Commit 8ed9a03c authored by 华国豪's avatar 华国豪 🙄

1

parent c3b9f83f
......@@ -619,7 +619,7 @@
inactive-color="#ff4949">
</el-switch>
<em v-if="HangingAccountList.length < 1 && GetDetail.Type === 2">暂无可用冲抵挂账</em>
<span v-else class="yixuanze_money">已选择金额:{{ChongDiMoney}}</span>
<span v-else class="yixuanze_money">已选择金额:{{(Math.round(i.allMoney * 100)) / 100}}</span>
</div>
<div v-if="shifouChongDi" class="chongdi_list">
<div>
......@@ -924,7 +924,7 @@
inactive-color="#ff4949">
</el-switch>
<em v-if="HangingAccountList.length < 1 && GetDetail.Type === 2">暂无可用冲抵挂账</em>
<span v-else class="yixuanze_money">已选择金额:{{ChongDiMoney}}</span>
<span v-else class="yixuanze_money">已选择金额:{{(Math.round(ChongDiMoney * 100)) / 100}}</span>
</div>
<div v-if="shifouChongDi" class="chongdi_list">
<div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment