|
@@ -79,7 +79,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<template slot-scope="{ row, index }" slot="pay_price">
|
|
|
- <span class="tabBox_pice">{{'¥' + showPrice(row.info)}}</span>
|
|
|
+ <span class="tabBox_pice">{{'¥' +(((showPrice(row.info)*100 - (row.coupon_price*100))/100).toFixed(2) > 0 ? ((showPrice(row.info)*100 - (row.coupon_price*100))/100).toFixed(2): '0.00') }}</span>
|
|
|
</template>
|
|
|
<template slot-scope="{ row, index }" slot="reservation_time">
|
|
|
<span class="tabBox_pice">{{showTime(row.reservation_time)}}</span>
|