Explorar el Código

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

xieyong hace 1 semana
padre
commit
a29cde7741
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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