123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690 |
- let tempData = [
- {
- "title": "基础组件",
- "list": [
- {
- "type": "input",
- "label": "输入框",
- "icon": "icon-write",
- "options": {
- "type": "text",
- "width": "100%",
- "defaultValue": "",
- "placeholder": "请输入",
- "clearable": false,
- "maxLength": null,
- "addonBefore": "",
- "addonAfter": "",
- "showLabel": true,
- "hidden": false,
- "disabled": false
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "textarea",
- "label": "文本框",
- "icon": "icon-edit",
- "options": {
- "width": "100%",
- "minRows": 4,
- "maxRows": 6,
- "maxLength": null,
- "defaultValue": "",
- "clearable": false,
- "showLabel": true,
- "hidden": false,
- "disabled": false,
- "placeholder": "请输入"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "number",
- "label": "数字输入框",
- "icon": "icon-number",
- "options": {
- "width": "100%",
- "defaultValue": 0,
- "min": null,
- "max": null,
- "precision": null,
- "step": 1,
- "showLabel": true,
- "hidden": false,
- "disabled": false,
- "placeholder": "请输入"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "select",
- "label": "下拉选择器",
- "icon": "icon-xiala",
- "options": {
- "width": "100%",
- "multiple": false,
- "disabled": false,
- "clearable": false,
- "showLabel": true,
- "hidden": false,
- "placeholder": "请选择",
- "dynamicKey": "",
- "dynamic": false,
- "options": [
- {
- "value": "1",
- "label": "下拉框1"
- },
- {
- "value": "2",
- "label": "下拉框2"
- }
- ],
- "showSearch": false
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "checkbox",
- "label": "多选框",
- "icon": "icon-duoxuan1",
- "options": {
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "defaultValue": [],
- "dynamicKey": "",
- "dynamic": false,
- "options": [
- {
- "value": "1",
- "label": "选项1"
- },
- {
- "value": "2",
- "label": "选项2"
- },
- {
- "value": "3",
- "label": "选项3"
- }
- ]
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "radio",
- "label": "单选框",
- "icon": "icon-danxuan-cuxiantiao",
- "options": {
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "defaultValue": "",
- "dynamicKey": "",
- "dynamic": false,
- "options": [
- {
- "value": "1",
- "label": "选项1"
- },
- {
- "value": "2",
- "label": "选项2"
- },
- {
- "value": "3",
- "label": "选项3"
- }
- ]
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "date",
- "label": "日期选择框",
- "icon": "icon-calendar",
- "options": {
- "width": "100%",
- "defaultValue": "",
- "rangeDefaultValue": [],
- "range": false,
- "showTime": false,
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "clearable": false,
- "placeholder": "请选择",
- "rangePlaceholder": ["开始时间", "结束时间"],
- "format": "YYYY-MM-DD"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "time",
- "label": "时间选择框",
- "icon": "icon-time",
- "options": {
- "width": "100%",
- "defaultValue": "",
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "clearable": false,
- "placeholder": "请选择",
- "format": "HH:mm:ss"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "slider",
- "label": "滑动输入条",
- "icon": "icon-menu",
- "options": {
- "width": "100%",
- "defaultValue": 0,
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "min": 0,
- "max": 100,
- "step": 1,
- "showInput": false
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "uploadFile",
- "label": "上传文件",
- "icon": "icon-upload",
- "options": {
- "defaultValue": "[]",
- "multiple": false,
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "drag": false,
- "downloadWay": "a",
- "dynamicFun": "",
- "width": "100%",
- "limit": 3,
- "data": "{}",
- "fileName": "file",
- "headers": {},
- "action": "http://cdn.kcz66.com/uploadFile.txt",
- "placeholder": "上传"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "uploadImg",
- "label": "上传图片",
- "icon": "icon-image",
- "options": {
- "defaultValue": "[]",
- "multiple": false,
- "showLabel": true,
- "hidden": false,
- "disabled": false,
- "width": "100%",
- "data": "{}",
- "limit": 3,
- "placeholder": "上传",
- "fileName": "image",
- "headers": {},
- "action": "http://cdn.kcz66.com/upload-img.txt",
- "listType": "picture-card"
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "treeSelect",
- "label": "树选择器",
- "icon": "icon-tree",
- "options": {
- "disabled": false,
- "multiple": false,
- "showLabel": true,
- "hidden": false,
- "clearable": false,
- "showSearch": false,
- "treeCheckable": false,
- "placeholder": "请选择",
- "dynamicKey": "",
- "dynamic": false,
- "options": [
- {
- "value": "1",
- "label": "选项1",
- "children": [
- {
- "value": "11",
- "label": "选项11"
- }
- ]
- },
- {
- "value": "2",
- "label": "选项2",
- "children": [
- {
- "value": "22",
- "label": "选项22"
- }
- ]
- }
- ]
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "cascader",
- "label": "级联选择器",
- "icon": "icon-guanlian",
- "options": {
- "disabled": false,
- "showLabel": true,
- "hidden": false,
- "showSearch": false,
- "placeholder": "请选择",
- "clearable": false,
- "dynamicKey": "",
- "dynamic": false,
- "options": [
- {
- "value": "1",
- "label": "选项1",
- "children": [
- {
- "value": "11",
- "label": "选项11"
- }
- ]
- },
- {
- "value": "2",
- "label": "选项2",
- "children": [
- {
- "value": "22",
- "label": "选项22"
- }
- ]
- }
- ]
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "batch",
- "label": "动态表格",
- "icon": "icon-biaoge",
- "list": [],
- "options": {
- "scrollY": 0,
- "minLimit": 1,
- "disabled": false,
- "hidden": false,
- "showLabel": false,
- "hideSequence": false,
- "width": "100%"
- },
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ],
- "model": "",
- "key": "",
- "help": ""
- },
- {
- "type": "tableShow",
- "label": "表格",
- tableName: '',
- "icon": "icon-table",
- "list": [],
- "options": {
- // noFormItem: true,
- showLabel: false,
- },
- "columns": [
- // {
- // prop: "name",
- // label: "姓名",
- // width: 120,
- // }
- ],
- "tableData": [
- // {
- // name: "张三",
- // }
- ],
- "model": "",
- "key": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "selectInputList",
- "label": "选择输入列",
- "icon": "icon-biaoge",
- "columns": [
- {
- "value": "1",
- "label": "选项1",
- "list": []
- },
- {
- "value": "2",
- "label": "选项2",
- "list": []
- }
- ],
- "options": {
- "disabled": false,
- "multiple": true,
- "hidden": false,
- "showLabel": false,
- "width": "100%"
- },
- "model": "",
- "key": "",
- "help": ""
- },
- {
- "type": "switch",
- "label": "开关",
- "icon": "icon-kaiguan3",
- "options": {
- "defaultValue": false,
- "showLabel": true,
- "hidden": false,
- "disabled": false
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- },
- {
- "type": "text",
- "label": "文字",
- "icon": "icon-zihao",
- "options": {
- "textAlign": "left",
- "hidden": false,
- "showRequiredMark": false,
- "noFormItem": true,
- "color": "rgba(0, 0, 0, 0.9)",
- "fontFamily": "",
- "fontSize": "10.5pt"
- },
- "key": ""
- },
- {
- "type": "textShow",
- "label": "文本展示",
- "icon": "icon-pingfen_moren",
- "options": {
- "type": "text",
- "width": "100%",
- "defaultValue": "",
- "placeholder": "请输入",
- "clearable": false,
- "maxLength": null,
- "addonBefore": "",
- "addonAfter": "",
- "showLabel": true,
- "hidden": false,
- "disabled": false
- },
- "model": "",
- "key": "",
- "help": "",
- "rules": [
- {
- "required": false,
- "message": "必填项"
- }
- ]
- }
- ]
- },
- {
- "title": "布局组件",
- "list": [
- {
- "type": "divider",
- "label": "分割线",
- "icon": "icon-fengexian",
- "options": {
- "orientation": "left",
- "noFormItem": true
- },
- "key": "",
- "model": ""
- },
- {
- "type": "card",
- "label": "卡片布局",
- "icon": "icon-qiapian",
- "list": [],
- "options": {
- "noFormItem": true
- },
- "key": "",
- "model": ""
- },
- {
- "type": "tabs",
- "label": "标签页布局",
- "icon": "icon-tabs",
- "options": {
- "tabBarGutter": null,
- "type": "line",
- "tabPosition": "top",
- "size": "default",
- "noFormItem": true,
- "animated": true
- },
- "columns": [
- {
- "value": "1",
- "label": "选项1",
- "list": []
- },
- {
- "value": "2",
- "label": "选项2",
- "list": []
- }
- ],
- "key": "",
- "model": ""
- },
- {
- "type": "grid",
- "label": "栅格布局",
- "icon": "icon-zhage",
- "columns": [
- {
- "span": 12,
- "list": []
- },
- {
- "span": 12,
- "list": []
- }
- ],
- "options": {
- "noFormItem": true,
- "gutter": 0
- },
- "key": "",
- "model": ""
- },
- {
- "type": "table",
- "label": "表格布局",
- "icon": "icon-biaoge",
- "trs": [
- {
- "tds": [
- {
- "colspan": 1,
- "rowspan": 1,
- "list": []
- },
- {
- "colspan": 1,
- "rowspan": 1,
- "list": []
- }
- ]
- },
- {
- "tds": [
- {
- "colspan": 1,
- "rowspan": 1,
- "list": []
- },
- {
- "colspan": 1,
- "rowspan": 1,
- "list": []
- }
- ]
- }
- ],
- "options": {
- "width": "100%",
- "bordered": true,
- "bright": false,
- "small": true,
- "noFormItem": true,
- "customStyle": ""
- },
- "key": "",
- "model": ""
- }
- ]
- }
- ]
- export default tempData
|