feat: 评估结果显示添加单位“万元”并移除货币符号。
This commit is contained in:
parent
45aae516b2
commit
31f569ef1b
@ -774,7 +774,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="!pageLoading && status != 'fail' && status != 'create'" class="right">
|
<div v-if="!pageLoading && status != 'fail' && status != 'create'" class="right">
|
||||||
<div class="price-container" :style="{ backgroundImage: `url(${backgroundImg})` }">
|
<div class="price-container" :style="{ backgroundImage: `url(${backgroundImg})` }">
|
||||||
<div>¥{{ parseInt(selectedObj?.calculation_result?.final_value_ab) }}</div>
|
<div>{{ parseInt(selectedObj?.calculation_result?.final_value_ab) }} <span style="font-size: 28px; margin-left: 4px;">万元</span></div>
|
||||||
<div style="font-size: 20px; color: #303133; line-height: 20px">最终评估结果</div>
|
<div style="font-size: 20px; color: #303133; line-height: 20px">最终评估结果</div>
|
||||||
<div style="display: flex; justify-content: center; align-items: center; margin-top: 10px">
|
<div style="display: flex; justify-content: center; align-items: center; margin-top: 10px">
|
||||||
<div class="credibility-badge">
|
<div class="credibility-badge">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user