| | |
| | | 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: [ |
| | |
| | | }, |
| | | { |
| | | 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: 'custom', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '合并列', |
| | | subType: 'colspan', |
| | | $init: true |
| | | }, |
| | | { |
| | | type: 'col', |
| | | label: '公式', |
| | | subType: 'formula', |
| | | $init: true |
| | | }, |
| | | { |