소스 검색

fix: 采购收货单列表更新订单数量字段

liujt 9 달 전
부모
커밋
ccba90b08c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/purchasingManage/purchaseOrder/invoice/index.vue

+ 1 - 1
src/views/purchasingManage/purchaseOrder/invoice/index.vue

@@ -275,7 +275,7 @@
             minWidth: 140
           },
           {
-            prop: 'productCount',
+            prop: 'orderTotalCount',
             label: '订单数量',
             align: 'center',
             showOverflowTooltip: true,