diff --git a/src/views/modules/part/partProductGroupInformation.vue b/src/views/modules/part/partProductGroupInformation.vue index eba9691..ef5658e 100644 --- a/src/views/modules/part/partProductGroupInformation.vue +++ b/src/views/modules/part/partProductGroupInformation.vue @@ -860,13 +860,13 @@ export default { { userId: this.$store.state.user.name, functionId: 601006, - serialNumber: '601006Table2LaborRunFactor', + serialNumber: '601006Table2LaborCycleTime', tableId: "601006Table2", tableName: "标准工序表", - columnProp: 'laborRunFactor', + columnProp: 'laborCycleTime', headerAlign: "center", align: "right", - columnLabel: '机器单位产出', + columnLabel: '机器处理时间', columnHidden: false, columnImage: false, columnSortable: false, @@ -879,13 +879,13 @@ export default { { userId: this.$store.state.user.name, functionId: 601006, - serialNumber: '601006Table2LaborCycleTime', + serialNumber: '601006Table2MachCycleTime', tableId: "601006Table2", tableName: "标准工序表", - columnProp: 'laborCycleTime', + columnProp: 'machCycleTime', headerAlign: "center", align: "right", - columnLabel: '机器产出时间', + columnLabel: '人工处理时间', columnHidden: false, columnImage: false, columnSortable: false, @@ -898,13 +898,13 @@ export default { { userId: this.$store.state.user.name, functionId: 601006, - serialNumber: '601006Table2MachRunFactor', + serialNumber: '601006Table2LaborRunFactor', tableId: "601006Table2", tableName: "标准工序表", - columnProp: 'machRunFactor', + columnProp: 'laborRunFactor', headerAlign: "center", align: "right", - columnLabel: '人工单位产出', + columnLabel: '机器单位产出', columnHidden: false, columnImage: false, columnSortable: false, @@ -917,13 +917,13 @@ export default { { userId: this.$store.state.user.name, functionId: 601006, - serialNumber: '601006Table2MachCycleTime', + serialNumber: '601006Table2MachRunFactor', tableId: "601006Table2", tableName: "标准工序表", - columnProp: 'machCycleTime', + columnProp: 'machRunFactor', headerAlign: "center", align: "right", - columnLabel: '人工产出时间', + columnLabel: '人工单位产出', columnHidden: false, columnImage: false, columnSortable: false,