mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update
This commit is contained in:
@@ -21,11 +21,13 @@
|
|||||||
<div style="display: flex; justify-content: center">
|
<div style="display: flex; justify-content: center">
|
||||||
<el-form :model="manualSettlementParam">
|
<el-form :model="manualSettlementParam">
|
||||||
<el-form-item label="消费金额:" prop="chargingAmount" label-width="80px">
|
<el-form-item label="消费金额:" prop="chargingAmount" label-width="80px">
|
||||||
<el-input-number v-model.number="manualSettlementParam.chargingAmount" :precision="2" :controls="false"
|
<el-input-number v-model.number="manualSettlementParam.chargingAmount" :precision="2"
|
||||||
|
:controls="false"
|
||||||
style="width: 50%"/>
|
style="width: 50%"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="充电度数:" prop="chargingDegree" label-width="80px">
|
<el-form-item label="充电度数:" prop="chargingDegree" label-width="80px">
|
||||||
<el-input-number v-model.number="manualSettlementParam.chargingDegree" :precision="2" :controls="false"
|
<el-input-number v-model.number="manualSettlementParam.chargingDegree" :precision="2"
|
||||||
|
:controls="false"
|
||||||
style="width: 50%"/>
|
style="width: 50%"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@@ -102,6 +104,8 @@
|
|||||||
orderInfo.endSOC
|
orderInfo.endSOC
|
||||||
}}
|
}}
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
|
||||||
|
|
||||||
<el-descriptions-item label="订单停止原因">{{
|
<el-descriptions-item label="订单停止原因">{{
|
||||||
orderInfo.stopReasonMsg
|
orderInfo.stopReasonMsg
|
||||||
}}
|
}}
|
||||||
@@ -193,7 +197,8 @@
|
|||||||
<el-card class="cardStyle">
|
<el-card class="cardStyle">
|
||||||
<div style="margin: 12px 0">
|
<div style="margin: 12px 0">
|
||||||
<span>退款信息</span>
|
<span>退款信息</span>
|
||||||
<el-button icon="el-icon-refresh-right" style="float: right; padding: 3px 0" type="text" @click="retryRefundOrder"
|
<el-button icon="el-icon-refresh-right" style="float: right; padding: 3px 0" type="text"
|
||||||
|
@click="retryRefundOrder"
|
||||||
v-if="retryRefundFlag">
|
v-if="retryRefundFlag">
|
||||||
重试退款
|
重试退款
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user