浏览代码

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

xieyong 1 周之前
父节点
当前提交
a29cde7741
共有 1 个文件被更改,包括 2 次插入2 次删除
  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