Browse Source

查询产量报告里增加开工时间

master
赵宏斌 5 months ago
parent
commit
82887438e0
  1. 21
      src/views/modules/production/searchSfdc.vue

21
src/views/modules/production/searchSfdc.vue

@ -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",

Loading…
Cancel
Save