Browse Source

增加显示一个字段

java8
赵宏斌 3 months ago
parent
commit
3afcf4b5cb
  1. 18
      src/views/modules/reportWorkOrder/reportCheckOrder.vue

18
src/views/modules/reportWorkOrder/reportCheckOrder.vue

@ -585,6 +585,24 @@
fixed: '',
columnWidth: 80,
},
{
userId: this.$store.state.user.name,
functionId: 101002005,
serialNumber: '101002005Table1TaskStartDate',
tableId: "101002005Table1",
tableName: "点检执行表",
columnProp: 'taskStartDate',
headerAlign: "center",
align: "center",
columnLabel: '任务开始时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80,
},
{
userId: this.$store.state.user.name,
functionId: 101002005,

Loading…
Cancel
Save