From 41df10af82489bca6d5d644066f1d11d4beff9ce Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 4 Mar 2025 14:34:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:qct=E6=A3=80=E9=AA=8C=E8=A1=A8=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=8F=AA=E4=BF=9D=E7=95=99process=E5=92=8Cinm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/qct.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/qm/qct.vue b/src/views/qm/qct.vue index d60d94b9..7e881509 100644 --- a/src/views/qm/qct.vue +++ b/src/views/qm/qct.vue @@ -107,18 +107,20 @@ import recordDialog from "./qctDetail.vue"; ], }, tagsOptions: [ - {value:"purin",name:"入厂检验"}, - {value:"first",name:"首件检验"}, - {value:"prod",name:"成品检验"}, {value:"process",name:"过程检验"}, - {value:"performance",name:"性能检验"}, + {value:"inm",name:"库存检验"}, + // {value:"purin",name:"入厂检验"}, + // {value:"first",name:"首件检验"}, + // {value:"prod",name:"成品检验"}, + // {value:"performance",name:"性能检验"}, ], tags_:{ - "purin":"入厂检验", - "first":"首件检验", - "prod":"成品检验", + // "purin":"入厂检验", + // "first":"首件检验", + // "prod":"成品检验", "process":"过程检验", - "performance":"性能检验" + "inm":"库存检验", + // "performance":"性能检验" }, } },