Browse Source

fix:不符合项类型归类调整

zhangjingyuan 2 years ago
parent
commit
09b924ec50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/system/jbdScan/goods/neishenzhuangtai.vue

+ 2 - 2
src/views/system/jbdScan/goods/neishenzhuangtai.vue

@@ -121,7 +121,7 @@
                 style="width: 90%; margin: 0 auto"
               >
                 <el-table-column
-                  prop="xiang_miao_shu_r_"
+                  prop="bu_fu_he_xiang_mi"
                   label="不符合项描述"
                   width="300"
                 >
@@ -748,7 +748,7 @@ export default {
       await repostCurd("sql", sql).then((res) => {
         let data = res.variables.data;
         data.forEach((item) => {
-          if (item.ping_shen_yi_ju_.includes("RB")) {
+          if (item.shen_he_lei_xing_.includes("CMA")) {
             this_.CMAtable.push(item);
           } else {
             this_.CNASTableData.push(item);