소스 검색

refactor(库存分配): 调入列表移除重量和重量单位列显示

liujt 7 달 전
부모
커밋
f2e9f3469f
1개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 12 12
      src/views/warehouseManagement/inventoryAllocation/add.vue

+ 12 - 12
src/views/warehouseManagement/inventoryAllocation/add.vue

@@ -779,18 +779,18 @@
             align: 'center',
             showOverflowTooltip: true,
           },
-          {
-            prop: 'weight',
-            label: '重量',
-            align: 'center',
-            showOverflowTooltip: true,
-          },
-          {
-            prop: 'weightUnit',
-            label: '重量单位',
-            align: 'center',
-            showOverflowTooltip: true,
-          },
+          // {
+          //   prop: 'weight',
+          //   label: '重量',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          // },
+          // {
+          //   prop: 'weightUnit',
+          //   label: '重量单位',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          // },
           {
             label: '操作',
             align: 'center',