{ "dataOptions": { "projectName": "Rattan.Cms", "tableView": "Cms_Module", "idField": "module_Id", "router": "/sys/cms/module", "idValue": 0, "codeRegular": null, "linkColumn": "moduleCnName", "menu_Id": 300, "pageIndex": 1, "pageSize": 15, "total": 0, "sortName": "Module_Id DESC", "showActionField": true, "folder": "cms/module" }, "dataListOptions": { "data": [], "fields": [ { "prop": "parentId", "label": "父级ID", "dataType": "int32", "sortable": false, "type": "input", "hidden": true, "isQuickSearch": false, "key": "1549966565000_17892", "model": "input_1549966565000_17892" }, { "prop": "moduleCnName", "label": "栏目中文名称", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": true, "key": "1549966563000_50827", "model": "input_1549966563000_50827" }, { "prop": "contentType", "label": "类型", "dataType": "byte", "sortable": false, "type": "select", "hidden": false, "isQuickSearch": false, "key": "1549966561000_37139", "model": "input_1549966561000_37139", "dropdown_Id": 919 }, { "prop": "fullPathName", "label": "父级模块", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549982843000_90465", "model": "input_1549982843000_90465" }, { "prop": "moduleEnName", "label": "栏目英文名称", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549966600000_91364", "model": "input_1549966600000_91364" }, { "prop": "enable", "label": "是否可用", "dataType": "byte", "sortable": false, "type": "switch", "hidden": false, "isQuickSearch": false, "key": "1549966689000_87456", "model": "input_1549966689000_87456", "dropdown_Id": 20 }, { "prop": "remark", "label": "备注", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549968960000_98274", "model": "input_1549968960000_98274" }, { "prop": "creator", "label": "创建人", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549966703000_85989", "model": "input_1549966703000_85989" }, { "prop": "createDate", "label": "创建时间", "dataType": "datetime", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549966705000_14470", "model": "input_1549966705000_14470" }, { "prop": "modifier", "label": "修改人", "dataType": "string", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549968954000_15914", "model": "input_1549968954000_15914" }, { "prop": "modifyDate", "label": "修改时间", "dataType": "datetime", "sortable": false, "type": "input", "hidden": false, "isQuickSearch": false, "key": "1549968956000_52618", "model": "input_1549968956000_52618" } ], "buttons": [ { "type": "button-group", "label": "按钮组", "buttons": [ { "type": "button", "label": "新建", "options": { "icon": "el-icon-plus", "type": "primary", "authNode": "add" }, "key": "btn-add" }, { "type": "button", "label": "删除", "options": { "icon": "el-icon-yrt-shanchu2", "type": "primary", "authNode": "delete" }, "key": "btn-delete" } ], "options": { "icon": "el-icon-yrt-anniuzu" }, "key": "btn-group01" }, { "type": "button-group", "label": "按钮组", "buttons": [ { "type": "button", "label": "审核", "options": { "icon": "el-icon-yrt-shenpi6", "type": "success", "authNode": "auditing" }, "key": "btn-confirm" } ], "options": { "icon": "el-icon-yrt-anniuzu" }, "key": "btn-group02" }, { "type": "button-group", "label": "按钮组", "buttons": [ { "type": "button", "label": "刷新", "options": { "icon": "el-icon-yrt-shuaxin", "type": "default", "authNode": "refresh" }, "key": "btn-refresh" }, { "type": "button", "label": "导出", "options": { "icon": "el-icon-yrt-daochu1", "type": "default", "authNode": "export" }, "key": "btn-export" }, { "type": "button", "label": "打印", "options": { "icon": "el-icon-yrt-dayin3", "type": "default", "authNode": "print" }, "key": "btn-print" }, { "type": "button", "label": "帮助", "options": { "icon": "el-icon-info", "type": "default", "authNode": "helper" }, "key": "btn-help" } ], "options": { "icon": "el-icon-yrt-anniuzu" }, "key": "btn-group03" } ] }, "editorOptions": { "fields": [ { "type": "select", "label": "类型", "options": { "width": "280px", "defaultValue": "", "multiple": false, "disabled": false, "clearable": false, "placeholder": "", "required": true, "showLabel": false, "noLabel": false, "options": [ { "value": "下拉框1" }, { "value": "下拉框2" }, { "value": "下拉框3" } ], "remote": "bindDropdown", "remoteOptions": [], "dropdown_Id": 919, "props": { "value": "value", "label": "label" }, "remoteFunc": "", "prop": "contentType" }, "key": "1549966713000_50603", "rules": [ { "required": true, "message": "类型必须填写" } ] }, { "type": "cascader", "label": "父级模块", "options": { "width": "280px", "defaultValue": [], "showLabel": false, "noLabel": false, "options": [ { "value": 0, "label": "[根级]", "chlidren": [] } ], "required": true, "remote": "bindDropdown", "remoteOptions": [], "props": { "value": "value", "label": "label" }, "remoteFunc": "", "prop": "fullPathId", "dataType": "string" }, "key": "1549982782000_39580", "rules": [ { "required": true, "message": "父级模块必须填写" } ] }, { "type": "input", "label": "栏目中文名称", "options": { "prop": "moduleCnName", "width": "280px", "noLabel": false, "defaultValue": "", "required": true, "dataType": "string", "pattern": "", "placeholder": "", "remoteFunc": "func_1549966716000_40792" }, "key": "1549966716000_40792", "rules": [ { "required": true, "message": "栏目中文名称必须填写" } ] }, { "type": "input", "label": "栏目英文名称", "options": { "prop": "moduleEnName", "width": "280px", "noLabel": false, "defaultValue": "", "required": false, "dataType": "string", "pattern": "", "placeholder": "", "remoteFunc": "func_1549966717000_17583" }, "key": "1549966717000_17583" }, { "type": "switch", "label": "是否可用", "options": { "defaultValue": 1, "required": false, "disabled": false, "noLabel": false, "prop": "enable", "active-value": 1, "inactive-value": 0, "dataType": "int32" }, "key": "1549966743000_66424" }, { "type": "textarea", "label": "备注", "options": { "width": "280px", "defaultValue": "", "required": false, "readonly": false, "disabled": false, "pattern": "", "placeholder": "", "noLabel": false, "prop": "remark" }, "key": "1549968962000_17882" } ], "config": { "labelWidth": "120px", "labelPosition": "right", "top": "3vh", "width": "800px", "visible": false, "disabled": false, "title": "网站模块", "action": "add", "formInline": false, "saveButtonText": "保存" } } }