@@ -125,19 +125,19 @@
></el-table-column>
<el-table-column
prop="parkingTime"
- label="累计时长"
+ label="累计时长(分钟)"
prop="totalAmount"
- label="应收费用"
+ label="应收费用(元)"
prop="reduceAmount"
- label="优惠金额"
+ label="优惠金额(元)"
prop="payAmount"
- label="实收费用"
+ label="实收费用(元)"
prop="paymentTime"
@@ -138,7 +138,7 @@
<el-table-column prop="parkingTime" label="累计时长">
<template slot-scope="{ row }">
- <span v-if="row.parkingTime">{{row.parkingTime}}小时</span>
+ <span v-if="row.parkingTime">{{row.parkingTime}}分钟</span>
</template>
</el-table-column>
</el-table>