|
|
|
@ -264,6 +264,23 @@ |
|
|
|
tableId: "sfdcList", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "reportDate", |
|
|
|
columnLabel: "报工日期", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 100, |
|
|
|
format: null, |
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, { |
|
|
|
tableId: "sfdcList", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "statisticDate", |
|
|
|
columnLabel: "报工时间", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
|