From ddcaae1bf960efd04b83426aa8f86d6fb03e76da Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 16 Jan 2025 11:00:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BC=BA=E9=99=B7=E9=A1=B9=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=90=88=E6=A0=BC=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/defect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/qm/defect.vue b/src/views/qm/defect.vue index fe14fdec..14d5821c 100644 --- a/src/views/qm/defect.vue +++ b/src/views/qm/defect.vue @@ -106,7 +106,7 @@ show: '查看' }, options: [ - {id:10,label: '合格'}, + // {id:10,label: '合格'}, {id:20,label: 'B类合格'}, {id:30,label: '不合格'}, ],