From 0c929ec3efd491d496b76d5914b45a0a5f375a48 Mon Sep 17 00:00:00 2001 From: sheng <905537351@qq.com> Date: Wed, 24 Jun 2026 16:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E5=B8=B8=E4=B8=8D?= =?UTF-8?q?=E8=89=AF=E7=B1=BB=E5=88=AB=E4=B8=8B=E6=8B=89=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../product-model/product-ng-info/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/production-master-data/product-model/product-ng-info/index.vue b/src/views/production-master-data/product-model/product-ng-info/index.vue index 43e50955..ff76fcf7 100644 --- a/src/views/production-master-data/product-model/product-ng-info/index.vue +++ b/src/views/production-master-data/product-model/product-ng-info/index.vue @@ -184,8 +184,8 @@ export default { clearable: true, style: { width: '90%' }, options: [ - { label: this.key('type_error'), value: 'ERR' }, - { label: this.key('type_ng'), value: 'NG' } + { label: 'ERR', value: 'ERR' }, + { label: 'NG', value: 'NG' } ] } ],