From f2cc34cb4c6809172ce7e216ecdd233b4534d465 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 29 Dec 2025 10:29:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:qct=E6=A3=80=E9=AA=8C=E8=A1=A8=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E2=80=9C=E8=BF=94=E4=BF=AE=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E2=80=9D=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/qct.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/views/qm/qct.vue b/src/views/qm/qct.vue index 8410e374..a79bf6f8 100644 --- a/src/views/qm/qct.vue +++ b/src/views/qm/qct.vue @@ -117,18 +117,12 @@ import recordDialog from "./qctDetail.vue"; tagsOptions: [ {value:"process",name:"过程检验"}, {value:"inm",name:"库存检验"}, - // {value:"purin",name:"入厂检验"}, - // {value:"first",name:"首件检验"}, - // {value:"prod",name:"成品检验"}, - // {value:"performance",name:"性能检验"}, + {value:"fix",name:"返修检验"}, ], tags_:{ - // "purin":"入厂检验", - // "first":"首件检验", - // "prod":"成品检验", "process":"过程检验", "inm":"库存检验", - // "performance":"性能检验" + "fix":"返修检验", }, } },