张诺
2026-04-07 5995b83b40e979d391a903822095a23353a74283
src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -103,13 +103,8 @@
    prop: "receiptPaymentType",
    dataType: "tag",
    formatData: (params) => {
      if (params == 0) {
        return "电汇";
      } else if (params == 1) {
        return "承兑";
      } else {
        return null;
      }
      const item = receipt_payment_type.value.find((item) => item.value === params);
      return item ? item.label : "";
    },
    formatType: (params) => {
      return "info";