...
|
...
|
@@ -814,6 +814,9 @@ |
|
|
<div class="order-msg-right-item"><span
|
|
|
class="order-msg-right-title color-444 title-span-width">订单金额:</span><span
|
|
|
class="order-msg-right-money">¥{{orderDetail.pay_fee}}</span></div>
|
|
|
<div class="order-msg-right-item" v-if="orderDetail.status_code=='refund_finish'"><span
|
|
|
class="order-msg-right-title color-444 title-span-width">退款金额:</span><span
|
|
|
class="order-msg-right-money">¥{{orderDetail.refund_fee_total}}</span></div>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="24" :md="14" :lg="14" :xl="14">
|
...
|
...
|
|