소스 검색

去掉物品类型

LAPTOP-16IUEB3P\Lenovo 2 년 전
부모
커밋
5ae11a0a9c
1개의 변경된 파일9개의 추가작업 그리고 8개의 파일을 삭제
  1. 9 8
      src/views/ledgerAssets/equipment/components/DialogGoods.vue

+ 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
           }
         ];
       }