Ver Fonte

fix(inventoryTableDetails): 移除生产加工方式列显示

yusheng há 7 meses atrás
pai
commit
fa7ffce100
1 ficheiros alterados com 8 adições e 6 exclusões
  1. 8 6
      src/BIZComponents/inventoryTableDetails.vue

+ 8 - 6
src/BIZComponents/inventoryTableDetails.vue

@@ -823,15 +823,17 @@
             isNone: this.quoteType === 2,
             align: 'center'
           },
-          // {
-          //   width: 100,
-          //   prop: 'density',
-          //   label: '密度',
-          //   align: 'center'
-          // },
+          {
+            width: 100,
+            prop: 'density',
+            isNone: this.quoteType === 2,
+            label: '密度',
+            align: 'center'
+          },
           {
             width: 150,
             prop: 'productType',
+            isNone: this.quoteType === 2,
             label: '生产加工方式',
             align: 'center',
             formatter: (_row, _column, cellValue) => {