695593266@qq.com 8 mesi fa
parent
commit
e12fc8aeee
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/material/product/components/index-data.vue

+ 2 - 2
src/views/material/product/components/index-data.vue

@@ -488,7 +488,7 @@
             align: 'center',
             minWidth: 120,
             formatter: (row, column) => {
-              return row.pBomStatus == 1 ? '有' : '无';
+              return row.pbomStatus == 1 ? '有' : '无';
             },
             showOverflowTooltip: true
           },
@@ -498,7 +498,7 @@
             align: 'center',
             minWidth: 120,
             formatter: (row, column) => {
-              return row.aBomStatus == 1 ? '有' : '无';
+              return row.abomStatus == 1 ? '有' : '无';
             },
             showOverflowTooltip: true
           },