src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -104,7 +104,7 @@ prop: "receiptPaymentAmount", width:200, formatData: (params) => { return params ? parseFloat(params).toFixed(2) : 0; return params ? parseFloat(params).toFixed(5) : 0; }, }, { @@ -128,11 +128,11 @@ label: "登记人", prop: "registrant", }, { label: "登记日期", prop: "createTime", width:100 }, // { // label: "登记日期", // prop: "createTime", // width:100 // }, ]); const tableData = ref([]); const selectedRows = ref([]);