소스 검색

feat(库存台账): 在物品列表中添加锁定数量列

liujt 6 달 전
부모
커밋
5317b2aa54
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      src/views/warehouseManagement/stockLedger/components/item-list.vue

+ 7 - 0
src/views/warehouseManagement/stockLedger/components/item-list.vue

@@ -409,6 +409,13 @@
           {
             prop: 'level',
             label: '级别',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'lockQuantity',
+            label: '锁定数量',
+            align: 'center',
             showOverflowTooltip: true
           },
           {