Explorar el Código

fix: 采购订单-收货单列名数量改成订单数量

liujt hace 9 meses
padre
commit
5dbaba8997
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/purchasingManage/purchaseOrder/invoice/index.vue

+ 1 - 1
src/views/purchasingManage/purchaseOrder/invoice/index.vue

@@ -276,7 +276,7 @@
           },
           {
             prop: 'productCount',
-            label: '数量',
+            label: '订单数量',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 140