Skip to content

Commit db931b6

Browse files
committed
1. 修复 refund/index.vue 的报错
2. 优化 DateUtils 的工具类的方法命名
1 parent 29a9478 commit db931b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pay/refund/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</template>
112112
</el-table-column>
113113
<el-table-column label="退款金额(元)" align="center" prop="refundAmount" width="100">
114-
<template scope="scope">
114+
<template v-slot="scope">
115115
¥{{ parseFloat(scope.row.refundAmount / 100).toFixed(2) }}
116116
</template>
117117
</el-table-column>

0 commit comments

Comments
 (0)