修改元为亿元

This commit is contained in:
熊丽君
2022-01-24 09:19:42 +08:00
parent 24501b0ac0
commit b376bedc66
3 changed files with 11 additions and 11 deletions

View File

@ -24,7 +24,7 @@
<div class="box">
<i>{{ handleMillion(val.completedIncome) }}/</i
><i class="num">{{ handleMillion(val.targetIncome) }}</i
><span class="num2">亿</span>
><span class="num2">亿</span>
</div>
<div style="width: 100%">
<progressBar
@ -41,7 +41,7 @@
<div class="box">
<i>{{ handleMillion(val.completedProfit) }}/</i
><i class="num">{{ handleMillion(val.targetProfit) }}</i
><span class="num2">亿</span>
><span class="num2">亿</span>
</div>
<div style="width: 100%">
<progressBar

View File

@ -16,7 +16,7 @@
>{{ handleMillion(total.targetIncome) }}</i
></i
>
亿
亿
</div>
<div style="margin-left: 30px">
<span style="font-size: 25px">·</span>利润
@ -26,7 +26,7 @@
>{{ handleMillion(total.targetProfit) }}</i
></i
>
亿
亿
</div>
</div>
<div style="display: flex; height: calc(100% - 33px)">
@ -54,7 +54,7 @@
<span style="font-size: 30px">{{
handleMillion(totalAndAmount.amount)
}}</span
><span style="color: #ccc">亿</span>
><span style="color: #ccc">亿</span>
</div>
</div>
</div>

View File

@ -10,7 +10,7 @@
<div
style="
height: 100%;
width: 15%;
width: 16%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
@ -24,7 +24,7 @@
>{{ handleMillion(total.targetIncome) }}</i
></i
>
亿
亿
</div>
<div class="tag">
<div class="title">利润</div>
@ -34,7 +34,7 @@
>{{ handleMillion(total.targetProfit) }}</i
></i
>
亿
亿
</div>
<div class="tag">
<div class="title">新签合同额</div>
@ -42,10 +42,10 @@
>{{ handleMillion(total.newContractAmount)
}}<i style="font-size: 18px"></i
></i>
亿
亿
</div>
</div>
<div style="height: 100%; width: 85%" ref="chart"></div>
<div style="height: 100%; width: 84%" ref="chart"></div>
</div>
<div style="height: 100%" v-else-if="index == 1">
<el-row :gutter="20" style="height: 100%">
@ -67,7 +67,7 @@
<span style="font-size: 30px">{{
handleMillion(totalAndAmount.amount)
}}</span
><span style="color: #ccc">亿</span>
><span style="color: #ccc">亿</span>
</div>
</div>
</div>