1. 修复 refund/index.vue 的报错

2. 优化 DateUtils 的工具类的方法命名
This commit is contained in:
YunaiV
2022-11-10 12:55:26 +08:00
parent 423256c0db
commit d3b6a0ca69
5 changed files with 26 additions and 14 deletions

View File

@ -111,7 +111,7 @@
</template>
</el-table-column>
<el-table-column label="退款金额(元)" align="center" prop="refundAmount" width="100">
<template scope="scope">
<template v-slot="scope">
{{ parseFloat(scope.row.refundAmount / 100).toFixed(2) }}
</template>
</el-table-column>