|
|
|
@ -412,7 +412,26 @@ |
|
|
|
serialNumber: null, |
|
|
|
columnType: null, |
|
|
|
align: 'left' |
|
|
|
}, { |
|
|
|
}, |
|
|
|
{ |
|
|
|
tableId: "sfdcList", |
|
|
|
tableName: this.$route.meta.title, |
|
|
|
columnProp: "lastStartTime", |
|
|
|
columnLabel: "开工时间", |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
columnWidth: 130, |
|
|
|
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: "operatorId", |
|
|
|
|