张诺
2026-02-02 59ef95ae90d3e9815afabc751e92c39d1ccf43cb
src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -109,19 +109,6 @@
  {
    label: "回款方式",
    prop: "receiptPaymentType",
    dataType: "tag",
    formatData: (params) => {
      if (params == 0) {
        return "电汇";
      } else if (params == 1) {
        return "承兑";
      } else {
        return null;
      }
    },
    formatType: (params) => {
      return "info";
    },
  },
  {
    label: "登记人",