zouyu
2 天以前 db42d47f5692ef64e5436c5a6d29dcb537b44596
src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -101,19 +101,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: "登记人",