Browse Source

增加显示两个字段

java8
赵宏斌 3 months ago
parent
commit
0924c97f99
  1. 36
      src/views/modules/reportWorkOrder/reportCheckOrder.vue

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

@ -585,6 +585,42 @@
fixed: '', fixed: '',
columnWidth: 80, columnWidth: 80,
}, },
{
userId: this.$store.state.user.name,
functionId: 101002005,
serialNumber: '101002005Table1PlanPeriod',
tableId: "101002005Table1",
tableName: "点检执行表",
columnProp: 'planPeriod',
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,
serialNumber: '101002005Table1PlanCycle',
tableId: "101002005Table1",
tableName: "点检执行表",
columnProp: 'planCycle',
headerAlign: "center",
align: "center",
columnLabel: '点检周期',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 80,
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 101002005, functionId: 101002005,

Loading…
Cancel
Save