gaoluyang
2025-12-09 539231de1e68f45a6f11bc88df665cc1f161941f
src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -103,9 +103,6 @@
    label: "回款金额(元)",
    prop: "receiptPaymentAmount",
    width:200,
    formatData: (params) => {
      return params ? parseFloat(params).toFixed(2) : 0;
    },
  },
  {
    label: "回款方式",
@@ -128,11 +125,11 @@
    label: "登记人",
    prop: "registrant",
  },
  {
    label: "登记日期",
    prop: "createTime",
    width:100
  },
  // {
  //   label: "登记日期",
  //   prop: "createTime",
  //   width:100
  // },
]);
const tableData = ref([]);
const selectedRows = ref([]);