Browse Source

fix(addInvoice): 修改在制品数量和发货数量的列标签

xieyong 1 tuần trước cách đây
mục cha
commit
a29cde7741
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/entrust/components/addInvoice.vue

+ 2 - 2
src/views/entrust/components/addInvoice.vue

@@ -109,7 +109,7 @@
           {
             prop: 'totalQuantity',
             slot: 'totalQuantity',
-            label: '数量',
+            label: '在制品数量',
             align: 'center',
             minWidth: 110,
             showOverflowTooltip: true
@@ -117,7 +117,7 @@
           {
             prop: 'quantity',
             slot: 'quantity',
-            label: '发数量',
+            label: '发数量',
             align: 'center',
             minWidth: 110,
             showOverflowTooltip: true