| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915 |
- <?php
- declare(strict_types=1);
- return json_decode(<<<'JSON'
- [
- {
- "type": "input",
- "field": "Ftpkmcfxgdv6abc",
- "title": "输入框",
- "info": "",
- "$required": false,
- "_fc_id": "id_Ftjlmcfxgdv6acc",
- "name": "ref_F5gtmcfxgdv6adc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "input"
- },
- {
- "type": "input",
- "field": "Fr3tmcfxgng8aec",
- "title": "多行输入框",
- "info": "",
- "$required": false,
- "props": {
- "type": "textarea"
- },
- "_fc_id": "id_Fss5mcfxgng8afc",
- "name": "ref_F2lomcfxgng8agc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "textarea"
- },
- {
- "type": "input",
- "field": "Fmkamcfxgowcahc",
- "title": "密码输入框",
- "info": "",
- "$required": false,
- "props": {
- "type": "password"
- },
- "_fc_id": "id_Fvstmcfxgowcaic",
- "name": "ref_Fo74mcfxgowcajc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "password"
- },
- {
- "type": "inputNumber",
- "field": "Fu76mcfxgqyyakc",
- "title": "计数器",
- "info": "",
- "$required": false,
- "_fc_id": "id_F229mcfxgqyyalc",
- "name": "ref_Fl2smcfxgqyyamc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "inputNumber"
- },
- {
- "type": "radio",
- "field": "Fj5smcfxgshnanc",
- "title": "单选框",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "options": [
- {
- "label": "选项01",
- "value": "1"
- },
- {
- "label": "选项02",
- "value": "2"
- },
- {
- "label": "选项03",
- "value": "3"
- }
- ],
- "_fc_id": "id_Fnxemcfxgshnaoc",
- "name": "ref_Fqhqmcfxgshnapc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "radio"
- },
- {
- "type": "checkbox",
- "field": "Fl8wmcfxgxzoaqc",
- "title": "多选框",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "options": [
- {
- "label": "选项01",
- "value": "1"
- },
- {
- "label": "选项02",
- "value": "2"
- },
- {
- "label": "选项03",
- "value": "3"
- }
- ],
- "_fc_id": "id_Fy3hmcfxgxzoarc",
- "name": "ref_Fm0hmcfxgxzoasc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "checkbox"
- },
- {
- "type": "select",
- "field": "Fosbmcfxh084atc",
- "title": "选择器",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "options": [
- {
- "label": "选项01",
- "value": "1"
- },
- {
- "label": "选项02",
- "value": "2"
- },
- {
- "label": "选项03",
- "value": "3"
- }
- ],
- "_fc_id": "id_Fbftmcfxh084auc",
- "name": "ref_F13rmcfxh084avc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "select"
- },
- {
- "type": "switch",
- "field": "F9ytmcfxh634awc",
- "title": "开关",
- "info": "",
- "$required": false,
- "props": {
- "activeValue": true,
- "inactiveValue": false
- },
- "_fc_id": "id_Fji6mcfxh634axc",
- "name": "ref_F8dvmcfxh634ayc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "switch"
- },
- {
- "type": "rate",
- "field": "Fs6rmcfxh75eazc",
- "title": "评分",
- "info": "",
- "$required": false,
- "_fc_id": "id_Ffnpmcfxh75eb0c",
- "name": "ref_Fu1zmcfxh75eb1c",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "rate",
- "value": 0
- },
- {
- "type": "timePicker",
- "field": "Fhbumcfxh8tkb2c",
- "title": "时间",
- "info": "",
- "$required": false,
- "_fc_id": "id_Fmzpmcfxh8tkb3c",
- "name": "ref_Fbvhmcfxh8tkb4c",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "timePicker"
- },
- {
- "type": "timePicker",
- "field": "F4xrmcfxhfs4b5c",
- "title": "时间区间",
- "info": "",
- "$required": false,
- "props": {
- "isRange": true
- },
- "_fc_id": "id_Fxo8mcfxhfs4b6c",
- "name": "ref_Fpzzmcfxhfs4b7c",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "timeRange"
- },
- {
- "type": "slider",
- "field": "Fnphmcfxhhk0b8c",
- "title": "滑块",
- "info": "",
- "$required": false,
- "_fc_id": "id_Faoymcfxhhk0b9c",
- "name": "ref_Fpclmcfxhhk0bac",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "slider"
- },
- {
- "type": "datePicker",
- "field": "F98bmcfxhiy9bbc",
- "title": "日期",
- "info": "",
- "$required": false,
- "_fc_id": "id_Flofmcfxhiy9bcc",
- "name": "ref_Fid0mcfxhiy9bdc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "datePicker"
- },
- {
- "type": "datePicker",
- "field": "Fcpkmcfxhl99bec",
- "title": "日期区间",
- "info": "",
- "$required": false,
- "props": {
- "type": "datetimerange"
- },
- "_fc_id": "id_Fmktmcfxhl99bfc",
- "name": "ref_Fdaumcfxhl99bgc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "dateRange"
- },
- {
- "type": "colorPicker",
- "field": "Fkp8mcfxhna4bhc",
- "title": "颜色选择器",
- "info": "",
- "$required": false,
- "_fc_id": "id_Fsjkmcfxhna4bic",
- "name": "ref_F7p6mcfxhna4bjc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "colorPicker"
- },
- {
- "type": "cascader",
- "field": "F7j3mcfxhpkbbkc",
- "title": "级联选择器",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "props": {
- "options": [
- {
- "label": "选项201",
- "value": "1",
- "children": [
- {
- "label": "选项101",
- "value": "2",
- "children": [
- {
- "label": "选项01",
- "value": "3"
- },
- {
- "label": "选项02",
- "value": "4"
- },
- {
- "label": "选项03",
- "value": "5"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "6",
- "children": [
- {
- "label": "选项01",
- "value": "7"
- },
- {
- "label": "选项02",
- "value": "8"
- },
- {
- "label": "选项03",
- "value": "9"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "10",
- "children": [
- {
- "label": "选项01",
- "value": "11"
- },
- {
- "label": "选项02",
- "value": "12"
- },
- {
- "label": "选项03",
- "value": "13"
- }
- ]
- }
- ]
- },
- {
- "label": "选项202",
- "value": "14",
- "children": [
- {
- "label": "选项101",
- "value": "15",
- "children": [
- {
- "label": "选项01",
- "value": "16"
- },
- {
- "label": "选项02",
- "value": "17"
- },
- {
- "label": "选项03",
- "value": "18"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "19",
- "children": [
- {
- "label": "选项01",
- "value": "20"
- },
- {
- "label": "选项02",
- "value": "21"
- },
- {
- "label": "选项03",
- "value": "22"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "23",
- "children": [
- {
- "label": "选项01",
- "value": "24"
- },
- {
- "label": "选项02",
- "value": "25"
- },
- {
- "label": "选项03",
- "value": "26"
- }
- ]
- }
- ]
- },
- {
- "label": "选项203",
- "value": "27",
- "children": [
- {
- "label": "选项101",
- "value": "28",
- "children": [
- {
- "label": "选项01",
- "value": "29"
- },
- {
- "label": "选项02",
- "value": "30"
- },
- {
- "label": "选项03",
- "value": "31"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "32",
- "children": [
- {
- "label": "选项01",
- "value": "33"
- },
- {
- "label": "选项02",
- "value": "34"
- },
- {
- "label": "选项03",
- "value": "35"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "36",
- "children": [
- {
- "label": "选项01",
- "value": "37"
- },
- {
- "label": "选项02",
- "value": "38"
- },
- {
- "label": "选项03",
- "value": "39"
- }
- ]
- }
- ]
- }
- ]
- },
- "_fc_id": "id_F484mcfxhpkbblc",
- "name": "ref_Fmvgmcfxhpkbbmc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "cascader"
- },
- {
- "type": "upload",
- "field": "F4lsmcfxhrphbnc",
- "title": "上传",
- "info": "",
- "$required": false,
- "props": {
- "action": "/",
- "onSuccess": "[[FORM-CREATE-PREFIX-function anonymous(res,file\n) {\nfile.url = res.data.url;\n}-FORM-CREATE-SUFFIX]]"
- },
- "_fc_id": "id_F1ngmcfxhrphboc",
- "name": "ref_Ftf3mcfxhrphbpc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "upload"
- },
- {
- "type": "elTransfer",
- "field": "Fjcnmcfxhwzybqc",
- "title": "穿梭框",
- "info": "",
- "$required": false,
- "props": {
- "data": [
- {
- "label": "选项01",
- "key": "1"
- },
- {
- "label": "选项02",
- "key": "2"
- },
- {
- "label": "选项03",
- "key": "3"
- }
- ]
- },
- "_fc_id": "id_Flx7mcfxhwzybrc",
- "name": "ref_F2n4mcfxhwzybsc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "elTransfer"
- },
- {
- "type": "tree",
- "field": "F51amcfxi2isbtc",
- "title": "树形控件",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "props": {
- "props": {
- "label": "label"
- },
- "showCheckbox": true,
- "nodeKey": "id",
- "data": [
- {
- "label": "选项201",
- "id": "1",
- "children": [
- {
- "label": "选项101",
- "id": "2",
- "children": [
- {
- "label": "选项01",
- "id": "3"
- },
- {
- "label": "选项02",
- "id": "4"
- },
- {
- "label": "选项03",
- "id": "5"
- }
- ]
- },
- {
- "label": "选项102",
- "id": "6",
- "children": [
- {
- "label": "选项01",
- "id": "7"
- },
- {
- "label": "选项02",
- "id": "8"
- },
- {
- "label": "选项03",
- "id": "9"
- }
- ]
- },
- {
- "label": "选项103",
- "id": "10",
- "children": [
- {
- "label": "选项01",
- "id": "11"
- },
- {
- "label": "选项02",
- "id": "12"
- },
- {
- "label": "选项03",
- "id": "13"
- }
- ]
- }
- ]
- },
- {
- "label": "选项202",
- "id": "14",
- "children": [
- {
- "label": "选项101",
- "id": "15",
- "children": [
- {
- "label": "选项01",
- "id": "16"
- },
- {
- "label": "选项02",
- "id": "17"
- },
- {
- "label": "选项03",
- "id": "18"
- }
- ]
- },
- {
- "label": "选项102",
- "id": "19",
- "children": [
- {
- "label": "选项01",
- "id": "20"
- },
- {
- "label": "选项02",
- "id": "21"
- },
- {
- "label": "选项03",
- "id": "22"
- }
- ]
- },
- {
- "label": "选项103",
- "id": "23",
- "children": [
- {
- "label": "选项01",
- "id": "24"
- },
- {
- "label": "选项02",
- "id": "25"
- },
- {
- "label": "选项03",
- "id": "26"
- }
- ]
- }
- ]
- },
- {
- "label": "选项203",
- "id": "27",
- "children": [
- {
- "label": "选项101",
- "id": "28",
- "children": [
- {
- "label": "选项01",
- "id": "29"
- },
- {
- "label": "选项02",
- "id": "30"
- },
- {
- "label": "选项03",
- "id": "31"
- }
- ]
- },
- {
- "label": "选项102",
- "id": "32",
- "children": [
- {
- "label": "选项01",
- "id": "33"
- },
- {
- "label": "选项02",
- "id": "34"
- },
- {
- "label": "选项03",
- "id": "35"
- }
- ]
- },
- {
- "label": "选项103",
- "id": "36",
- "children": [
- {
- "label": "选项01",
- "id": "37"
- },
- {
- "label": "选项02",
- "id": "38"
- },
- {
- "label": "选项03",
- "id": "39"
- }
- ]
- }
- ]
- }
- ]
- },
- "_fc_id": "id_F24hmcfxi2itbuc",
- "name": "ref_F99imcfxi2itbvc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "tree"
- },
- {
- "type": "elTreeSelect",
- "field": "Fi81mcfxi6hqbwc",
- "title": "树形选择",
- "info": "",
- "effect": {
- "fetch": ""
- },
- "$required": false,
- "props": {
- "nodeKey": "value",
- "showCheckbox": true,
- "data": [
- {
- "label": "选项201",
- "value": "1",
- "children": [
- {
- "label": "选项101",
- "value": "2",
- "children": [
- {
- "label": "选项01",
- "value": "3"
- },
- {
- "label": "选项02",
- "value": "4"
- },
- {
- "label": "选项03",
- "value": "5"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "6",
- "children": [
- {
- "label": "选项01",
- "value": "7"
- },
- {
- "label": "选项02",
- "value": "8"
- },
- {
- "label": "选项03",
- "value": "9"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "10",
- "children": [
- {
- "label": "选项01",
- "value": "11"
- },
- {
- "label": "选项02",
- "value": "12"
- },
- {
- "label": "选项03",
- "value": "13"
- }
- ]
- }
- ]
- },
- {
- "label": "选项202",
- "value": "14",
- "children": [
- {
- "label": "选项101",
- "value": "15",
- "children": [
- {
- "label": "选项01",
- "value": "16"
- },
- {
- "label": "选项02",
- "value": "17"
- },
- {
- "label": "选项03",
- "value": "18"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "19",
- "children": [
- {
- "label": "选项01",
- "value": "20"
- },
- {
- "label": "选项02",
- "value": "21"
- },
- {
- "label": "选项03",
- "value": "22"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "23",
- "children": [
- {
- "label": "选项01",
- "value": "24"
- },
- {
- "label": "选项02",
- "value": "25"
- },
- {
- "label": "选项03",
- "value": "26"
- }
- ]
- }
- ]
- },
- {
- "label": "选项203",
- "value": "27",
- "children": [
- {
- "label": "选项101",
- "value": "28",
- "children": [
- {
- "label": "选项01",
- "value": "29"
- },
- {
- "label": "选项02",
- "value": "30"
- },
- {
- "label": "选项03",
- "value": "31"
- }
- ]
- },
- {
- "label": "选项102",
- "value": "32",
- "children": [
- {
- "label": "选项01",
- "value": "33"
- },
- {
- "label": "选项02",
- "value": "34"
- },
- {
- "label": "选项03",
- "value": "35"
- }
- ]
- },
- {
- "label": "选项103",
- "value": "36",
- "children": [
- {
- "label": "选项01",
- "value": "37"
- },
- {
- "label": "选项02",
- "value": "38"
- },
- {
- "label": "选项03",
- "value": "39"
- }
- ]
- }
- ]
- }
- ]
- },
- "_fc_id": "id_Fw27mcfxi6hqbxc",
- "name": "ref_Fwobmcfxi6hqbyc",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "elTreeSelect"
- },
- {
- "type": "fcEditor",
- "field": "Fl51mcfxi9aubzc",
- "title": "富文本框",
- "info": "",
- "$required": false,
- "_fc_id": "id_Fakqmcfxi9auc0c",
- "name": "ref_Fg9mmcfxi9auc1c",
- "display": true,
- "hidden": false,
- "_fc_drag_tag": "fcEditor"
- }
- ]
- JSON,true);
|