@@ -58,7 +58,7 @@
<el-table-column
align="center"
label="收费金额(元)">
- <template slot-scope="scope">{{ showPayPrice(scope.row.payPrice) }}</template>
+ <template slot-scope="scope">{{ showPayPrice(scope.row.money) }}</template>
</el-table-column>
</el-table>
<el-pagination