From f2c2ddd6714f450f51e3d69aceb34e55ba48ff88 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 19 Jan 2024 16:14:35 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/liuhuaProductView.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/production/liuhuaProductView.vue b/src/views/modules/production/liuhuaProductView.vue index 8829fd1..a05dd2f 100644 --- a/src/views/modules/production/liuhuaProductView.vue +++ b/src/views/modules/production/liuhuaProductView.vue @@ -209,7 +209,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "xiubianWancheng", - columnLabel: "修边完成率", + columnLabel: "修边合格率", columnHidden: false, columnImage: false, columnSortable: false, @@ -226,7 +226,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "hongkaoWancheng", - columnLabel: "烘烤完成率", + columnLabel: "烘烤合格率", columnHidden: false, columnImage: false, columnSortable: false, @@ -243,7 +243,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "jiagongWancheng", - columnLabel: "加工完成率", + columnLabel: "加工合格率", columnHidden: false, columnImage: false, columnSortable: false, @@ -260,7 +260,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "jianyanWancheng", - columnLabel: "检验完成率", + columnLabel: "检验合格率", columnHidden: false, columnImage: false, columnSortable: false, @@ -277,7 +277,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "baozhuangWancheng", - columnLabel: "包装完成率", + columnLabel: "包装合格率", columnHidden: false, columnImage: false, columnSortable: false, @@ -294,7 +294,7 @@ tableId: "liuhuaView", tableName: this.$route.meta.title, columnProp: "liuhuaWancheng", - columnLabel: "总完成率", + columnLabel: "总合格率", columnHidden: false, columnImage: false, columnSortable: false,