Commit f323ae62 authored by 黄媛媛's avatar 黄媛媛
parents 9fba8048 c211af62
......@@ -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