From 9ba36e6ed3b4f78b49be8497c4974979a83c25d7 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Wed, 15 Oct 2025 09:34:31 +0800 Subject: [PATCH] =?UTF-8?q?change(mes):=20=E6=9B=B4=E6=96=B0=E6=8A=A5?= =?UTF-8?q?=E5=B7=A5=E5=B7=A5=E6=97=B6=E9=A1=B5=E9=9D=A2=E5=88=97=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"派工单"列标签更改为"计划编号" - 将"派工单状态"列标签更改为"状态" - 更新了三个不同版本的报工工时页面(index.vue, index2.vue, index3.vue)中的列标签 - 同步更新了列配置中的标签显示名称 --- src/views/mes/reportWorkHour/index.vue | 8 ++++---- src/views/mes/reportWorkHour/index2.vue | 8 ++++---- src/views/mes/reportWorkHour/index3.vue | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/mes/reportWorkHour/index.vue b/src/views/mes/reportWorkHour/index.vue index c768cf7..f46c87f 100644 --- a/src/views/mes/reportWorkHour/index.vue +++ b/src/views/mes/reportWorkHour/index.vue @@ -67,7 +67,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -124,7 +124,7 @@ const classTeamList = ref([]); // 列显隐信息 const columns = ref([ - { key: 0, label: '派工单', visible: true }, + { key: 0, label: '计划编号', visible: true }, { key: 1, label: '班组', visible: true }, { key: 2, label: '工位', visible: true }, { key: 3, label: '物料名称', visible: true }, @@ -133,7 +133,7 @@ const columns = ref([ { key: 6, label: '标准工时(h)', visible: true }, { key: 7, label: '报工工时(h)', visible: true }, { key: 8, label: '生产效率', visible: true }, - { key: 9, label: '派工单状态', visible: true }, + { key: 9, label: '状态', visible: true }, { key: 10, label: '备注', visible: true } ]); diff --git a/src/views/mes/reportWorkHour/index2.vue b/src/views/mes/reportWorkHour/index2.vue index 93ae940..d67a7d4 100644 --- a/src/views/mes/reportWorkHour/index2.vue +++ b/src/views/mes/reportWorkHour/index2.vue @@ -67,7 +67,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -124,7 +124,7 @@ const classTeamList = ref([]); // 列显隐信息 const columns = ref([ - { key: 0, label: '派工单', visible: true }, + { key: 0, label: '计划编号', visible: true }, { key: 1, label: '班组', visible: true }, { key: 2, label: '工位', visible: true }, { key: 3, label: '物料名称', visible: true }, @@ -133,7 +133,7 @@ const columns = ref([ { key: 6, label: '标准工时(h)', visible: true }, { key: 7, label: '报工工时(h)', visible: true }, { key: 8, label: '生产效率', visible: true }, - { key: 9, label: '派工单状态', visible: true }, + { key: 9, label: '状态', visible: true }, { key: 10, label: '备注', visible: true } ]); diff --git a/src/views/mes/reportWorkHour/index3.vue b/src/views/mes/reportWorkHour/index3.vue index d8874d2..b5edca3 100644 --- a/src/views/mes/reportWorkHour/index3.vue +++ b/src/views/mes/reportWorkHour/index3.vue @@ -67,7 +67,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -124,7 +124,7 @@ const classTeamList = ref([]); // 列显隐信息 const columns = ref([ - { key: 0, label: '派工单', visible: true }, + { key: 0, label: '计划编号', visible: true }, { key: 1, label: '班组', visible: true }, { key: 2, label: '工位', visible: true }, { key: 3, label: '物料名称', visible: true }, @@ -133,7 +133,7 @@ const columns = ref([ { key: 6, label: '标准工时(h)', visible: true }, { key: 7, label: '报工工时(h)', visible: true }, { key: 8, label: '生产效率', visible: true }, - { key: 9, label: '派工单状态', visible: true }, + { key: 9, label: '状态', visible: true }, { key: 10, label: '备注', visible: true } ]);