Browse Source

fix: 退货单列表未显示批次号

liujt 1 week ago
parent
commit
520e322535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/saleManage/saleOrder/returnGoods/index.vue

+ 1 - 1
src/views/saleManage/saleOrder/returnGoods/index.vue

@@ -339,7 +339,7 @@
             minWidth: 160
           },
           {
-            prop: 'batchNos',
+            prop: 'batchNo',
             label: '批次号',
             align: 'center',
             showOverflowTooltip: true,