Explorar o código

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

liujt hai 7 meses
pai
achega
f2e9f3469f
Modificáronse 1 ficheiros con 12 adicións e 12 borrados
  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',