浏览代码

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,