| | |
| | | height:'auto', |
| | | calcHeight: 30, |
| | | tip: false, |
| | | searchLabelWidth:120, |
| | | searchShow: true, |
| | | searchMenuSpan: 6, |
| | | // searchSpan:8, |
| | | border: true, |
| | | index: true, |
| | | viewBtn: true, |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | highlightCurrentRow: true, //行选中时高亮 |
| | | column: [ |
| | | { |
| | | label: "", |
| | |
| | | // }, |
| | | { |
| | | label: "状态", |
| | | prop: "lcstatusName", |
| | | prop: "lcStatusText", |
| | | slot: true, |
| | | display: false |
| | | }, |
| | | { |
| | | label: "状态", |
| | | type: "select", |
| | | dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeLcstatus", |
| | | dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeLcstatus", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | label: "itemName", |
| | | value: "itemValue" |
| | | }, |
| | | dataType: "String", |
| | | search: true, |
| | | hide: true, |
| | | display: true, |
| | | prop: "lcstatus", |
| | | prop: "lcStatus", |
| | | rules: [{ |
| | | required: true, |
| | | message: "状态", |
| | |
| | | }, |
| | | { |
| | | label: "按钮的图标样式", |
| | | prop: "iconcls", |
| | | prop: "iconCls", |
| | | type: "input", |
| | | search: true, |
| | | }, |
| | | { |
| | | label: "执行的js路径", |
| | | prop: "executejs", |
| | | prop: "executeJs", |
| | | type: "input", |
| | | search: true, |
| | | }, |
| | |
| | | // }, |
| | | { |
| | | label: "按钮的位置", |
| | | prop: "usedpositiontypeName", |
| | | prop: "usedPositionTypeText", |
| | | slot: true, |
| | | display: false |
| | | }, |
| | |
| | | label: "按钮的位置", |
| | | type: "select", |
| | | weight :'140px', |
| | | dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeButtonPosition", |
| | | dicUrl: "/api/ubcs-omd/enum/dictionary?code=codeButtonPosition", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | | label: "itemName", |
| | | value: "itemValue" |
| | | }, |
| | | dataType: "String", |
| | | search: true, |
| | | hide: true, |
| | | display: true, |
| | | prop: "usedpositiontype", |
| | | prop: "usedPositionType", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择按钮的位置", |