优化
This commit is contained in:
parent
5ecf97ce38
commit
9abfc8e967
|
@ -18,6 +18,13 @@
|
||||||
</template>
|
</template>
|
||||||
</el-statistic>
|
</el-statistic>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col>
|
||||||
|
<el-statistic title="结算支付" v-if="detail.ridePayAmount" :value="detail.ridePayAmount" :precision="2" suffix="元">
|
||||||
|
<template slot="prefix">
|
||||||
|
<i class="el-icon-money" style="color: #67C23A"></i>
|
||||||
|
</template>
|
||||||
|
</el-statistic>
|
||||||
|
</el-col>
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-popover placement="bottom" width="200" trigger="hover">
|
<el-popover placement="bottom" width="200" trigger="hover">
|
||||||
<div>
|
<div>
|
||||||
|
@ -243,6 +250,9 @@
|
||||||
<el-descriptions-item label="支付方式">
|
<el-descriptions-item label="支付方式">
|
||||||
<dict-tag :options="dict.type.order_pay_type" :value="detail.payType" size="mini"/>
|
<dict-tag :options="dict.type.order_pay_type" :value="detail.payType" size="mini"/>
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="支付时间">
|
||||||
|
{{ detail.ridePayTime | dv }}
|
||||||
|
</el-descriptions-item>
|
||||||
<el-descriptions-item label="押金抵扣" v-if="detail.suitDepositDeduction">
|
<el-descriptions-item label="押金抵扣" v-if="detail.suitDepositDeduction">
|
||||||
{{ detail.suitDepositDeduction | fix2 | dv }} 元
|
{{ detail.suitDepositDeduction | fix2 | dv }} 元
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user