diff --git a/src/views/inm/mainso.vue b/src/views/inm/mainso.vue
index 98ab05fd..bf59197c 100644
--- a/src/views/inm/mainso.vue
+++ b/src/views/inm/mainso.vue
@@ -44,12 +44,13 @@
-
+
{{ state_[scope.row.state] }}
+ {{ scope.row.defect_name }}
-
+
@@ -93,9 +94,9 @@ export default {
apiObjPrint:this.$API.cm.labelmat.fromMb,
wmId:'',
state_:{
- 10:'合格品',
- 20:'不合格品',
- 30:'返修品',
+ 10:'合格',
+ 20:'不合格',
+ 30:'返修',
},
};
},