| | |
| | | |
| | | class CommonTableBaseData { |
| | | baseConfig = { |
| | | version: '1.0', |
| | | type: 'system', |
| | | Template: 'CommonTable', |
| | | enabled: false, |
| | |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: CommonDict['header.form.blank'], |
| | | subType: 'blank', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: CommonDict['header.form.newpage.inner'], |
| | | label: CommonDict['header.form.newpage'], |
| | | subType: 'innerpage', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'action', |
| | | label: CommonDict['header.form.newpage.outer'], |
| | | subType: 'outerpage', |
| | | url: '' |
| | | }, |
| | | { |
| | |
| | | type: 'columns', |
| | | label: CommonDict['header.form.colspan'], |
| | | subType: 'colspan', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'columns', |
| | | label: '对比列', |
| | | subType: CommonDict['header.form.contrastCol'], |
| | | url: '' |
| | | } |
| | | ] |