소스 검색

修复已盘点数量不显示

liuyanpeng 3 년 전
부모
커밋
7870c87e51
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/customer/InventoryDataProcessingStep4.vue

+ 2 - 0
src/components/customer/InventoryDataProcessingStep4.vue

@@ -100,7 +100,9 @@ const columns = reactive(
       title: '已盘点数量',
       key: 'countedQuantity',
       dataIndex: 'countedQuantity',
+      width:180,
     },
+
     {
       title: '状态',
       key: 'processed',