Przeglądaj źródła

去掉物品类型

LAPTOP-16IUEB3P\Lenovo 2 lat temu
rodzic
commit
5ae11a0a9c

+ 9 - 8
src/views/ledgerAssets/equipment/components/DialogGoods.vue

@@ -153,22 +153,23 @@
             label: '型号',
             showOverflowTooltip: true
           },
-          {
-            prop: 'type',
-            label: '物品类型',
-            showOverflowTooltip: true,
-            formatter: (_row) => this.getDictValue('类型用途', _row.type)
-          },
+          // {
+          //   prop: 'type',
+          //   label: '物品类型',
+          //   showOverflowTooltip: true,
+          //   formatter: (_row) => this.getDictValue('类型用途', _row.type)
+          // },
           {
             prop: 'categoryLevelPath',
             label: '分类',
-            showOverflowTooltip: true
+            showOverflowTooltip: true,
           },
           {
             columnKey: 'action',
             slot: 'action',
             align: 'center',
-            fixed: 'right'
+            fixed: 'right',
+            width:50
           }
         ];
       }