Compare commits
No commits in common. "5c9e10869740c8034165dd02722c8c08ad9b39a7" and "13adbf8c1bb70080c0c18ed1d9c7bcd456dfb55f" have entirely different histories.
5c9e108697
...
13adbf8c1b
@ -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) }} <span style="font-size: 28px; margin-left: 4px;">万元</span></div>
|
<div>¥{{ parseInt(selectedObj?.calculation_result?.final_value_ab) }} 万元</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