Sfoglia il codice sorgente

货款账单调整列表字段顺序

lxf 1 anno fa
parent
commit
d7f9834968

+ 4 - 4
src/views/purchaseManage/purchasePayment/paymentBill/index.vue

@@ -132,15 +132,15 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "已付款",
-        slot: "paidAmount",
+        label: "已收发票",
+        slot: "invoiceAmount",
         width: 140,
       },
     },
     {
       attrs: {
-        label: "已收发票",
-        slot: "invoiceAmount",
+        label: "已付款",
+        slot: "paidAmount",
         width: 140,
       },
     },