소스 검색

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

lxf 1 년 전
부모
커밋
d7f9834968
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/purchaseManage/purchasePayment/paymentBill/index.vue

+ 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,
       },
     },