소스 검색

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

liujt 1 주 전
부모
커밋
520e322535
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,