| | |
| | | type: 'search', |
| | | label: '日期(组合)', |
| | | subType: 'group' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | label: '数值(区间)', |
| | | subType: 'range' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | label: '开关', |
| | | subType: 'switch' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | label: '单选框', |
| | | subType: 'radio' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | label: '勾选框', |
| | | subType: 'check' |
| | | } |
| | | ], |
| | | actionItems: [ |
| | |
| | | $init: true |
| | | } |
| | | ], |
| | | popactionItems: [ |
| | | { |
| | | type: 'action', |
| | | label: '弹窗(表单)', |
| | | text: '弹窗(表单)', |
| | | value: 'pop', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '提示框', |
| | | text: '提示框', |
| | | value: 'prompt', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '直接执行', |
| | | text: '直接执行', |
| | | value: 'exec', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '导入Excel', |
| | | text: '导入Excel', |
| | | value: 'excelIn', |
| | | class: 'border-dgreen', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '导出Excel', |
| | | text: '导出Excel', |
| | | value: 'excelOut', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '标签页', |
| | | text: '标签页', |
| | | value: 'tab', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: '新页面', |
| | | text: '新页面', |
| | | value: 'innerpage', |
| | | $init: true |
| | | } |
| | | ], |
| | | columnItems: [ |
| | | { |
| | | type: 'col', |
| | |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '自定义列', |
| | | subType: 'custom', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '公式', |
| | | subType: 'formula', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '图片', |
| | | subType: 'picture', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '视频', |
| | | subType: 'video', |
| | | $init: true |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '自定义列', |
| | | subType: 'custom', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '合并列', |
| | | subType: 'colspan', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '公式', |
| | | subType: 'formula', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '序号', |
| | | subType: 'index', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '操作', |
| | | subType: 'action', |
| | | $init: true |
| | | } |
| | | ], |