|
|
@ -162,6 +162,23 @@ |
|
|
serialNumber: null, |
|
|
serialNumber: null, |
|
|
columnType: null, |
|
|
columnType: null, |
|
|
align: 'right' |
|
|
align: 'right' |
|
|
|
|
|
}, { |
|
|
|
|
|
tableId: "orderView", |
|
|
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|
|
columnProp: "needDate", |
|
|
|
|
|
columnLabel: "要求完成日期", |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
columnWidth: 60, |
|
|
|
|
|
format: null, |
|
|
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
serialNumber: null, |
|
|
|
|
|
columnType: null, |
|
|
|
|
|
align: 'center' |
|
|
}, { |
|
|
}, { |
|
|
tableId: "orderView", |
|
|
tableId: "orderView", |
|
|
tableName: this.$route.meta.title, |
|
|
tableName: this.$route.meta.title, |
|
|
|