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' } ] } ],