| | |
| | | |
| | | class CommonTableBaseData { |
| | | baseConfig = { |
| | | type: 'system', |
| | | type: 'modal', |
| | | setting: { |
| | | title: '', |
| | | width: 60, |
| | |
| | | |
| | | searchItems = [ |
| | | { |
| | | type: 'search', |
| | | type: 'form', |
| | | label: '文本框', |
| | | subType: 'text', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | type: 'form', |
| | | label: '数值框', |
| | | subType: 'number', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'form', |
| | | label: '下拉框', |
| | | subType: 'select', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | type: 'form', |
| | | label: '时间框(天)', |
| | | subType: 'date', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | type: 'form', |
| | | label: '时间框(月)', |
| | | subType: 'datemonth', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'search', |
| | | type: 'form', |
| | | label: '时间框(秒)', |
| | | subType: 'datetime', |
| | | url: '' |