|
|
|
@ -12,6 +12,24 @@ export default { |
|
|
|
firstReportDate2Flag:'Y', |
|
|
|
}, |
|
|
|
columnList: [ |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "site", |
|
|
|
columnLabel: "工厂编码", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 70, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "vulcanizationTable", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|