ソースを参照

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

yusheng 7 ヶ月 前
コミット
fa7ffce100
1 ファイル変更8 行追加6 行削除
  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) => {