张诺
20 小时以前 d95c8b4acaa7741fdeee630940011b3621a0582a
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";