修改元为亿元
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<i>{{ handleMillion(val.completedIncome) }}/</i
|
<i>{{ handleMillion(val.completedIncome) }}/</i
|
||||||
><i class="num">{{ handleMillion(val.targetIncome) }}</i
|
><i class="num">{{ handleMillion(val.targetIncome) }}</i
|
||||||
><span class="num2">亿</span>
|
><span class="num2">亿元</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<progressBar
|
<progressBar
|
||||||
@ -41,7 +41,7 @@
|
|||||||
<div class="box">
|
<div class="box">
|
||||||
<i>{{ handleMillion(val.completedProfit) }}/</i
|
<i>{{ handleMillion(val.completedProfit) }}/</i
|
||||||
><i class="num">{{ handleMillion(val.targetProfit) }}</i
|
><i class="num">{{ handleMillion(val.targetProfit) }}</i
|
||||||
><span class="num2">亿</span>
|
><span class="num2">亿元</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<progressBar
|
<progressBar
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
>{{ handleMillion(total.targetIncome) }}</i
|
>{{ handleMillion(total.targetIncome) }}</i
|
||||||
></i
|
></i
|
||||||
>
|
>
|
||||||
亿
|
亿元
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 30px">
|
<div style="margin-left: 30px">
|
||||||
<span style="font-size: 25px">·</span>利润
|
<span style="font-size: 25px">·</span>利润
|
||||||
@ -26,7 +26,7 @@
|
|||||||
>{{ handleMillion(total.targetProfit) }}</i
|
>{{ handleMillion(total.targetProfit) }}</i
|
||||||
></i
|
></i
|
||||||
>
|
>
|
||||||
亿
|
亿元
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; height: calc(100% - 33px)">
|
<div style="display: flex; height: calc(100% - 33px)">
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<span style="font-size: 30px">{{
|
<span style="font-size: 30px">{{
|
||||||
handleMillion(totalAndAmount.amount)
|
handleMillion(totalAndAmount.amount)
|
||||||
}}</span
|
}}</span
|
||||||
><span style="color: #ccc">亿</span>
|
><span style="color: #ccc">亿元</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 15%;
|
width: 16%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
@ -24,7 +24,7 @@
|
|||||||
>{{ handleMillion(total.targetIncome) }}</i
|
>{{ handleMillion(total.targetIncome) }}</i
|
||||||
></i
|
></i
|
||||||
>
|
>
|
||||||
亿
|
亿元
|
||||||
</div>
|
</div>
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
<div class="title">利润</div>
|
<div class="title">利润</div>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
>{{ handleMillion(total.targetProfit) }}</i
|
>{{ handleMillion(total.targetProfit) }}</i
|
||||||
></i
|
></i
|
||||||
>
|
>
|
||||||
亿
|
亿元
|
||||||
</div>
|
</div>
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
<div class="title">新签合同额</div>
|
<div class="title">新签合同额</div>
|
||||||
@ -42,10 +42,10 @@
|
|||||||
>{{ handleMillion(total.newContractAmount)
|
>{{ handleMillion(total.newContractAmount)
|
||||||
}}<i style="font-size: 18px"></i
|
}}<i style="font-size: 18px"></i
|
||||||
></i>
|
></i>
|
||||||
亿
|
亿元
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 100%; width: 85%" ref="chart"></div>
|
<div style="height: 100%; width: 84%" ref="chart"></div>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 100%" v-else-if="index == 1">
|
<div style="height: 100%" v-else-if="index == 1">
|
||||||
<el-row :gutter="20" style="height: 100%">
|
<el-row :gutter="20" style="height: 100%">
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<span style="font-size: 30px">{{
|
<span style="font-size: 30px">{{
|
||||||
handleMillion(totalAndAmount.amount)
|
handleMillion(totalAndAmount.amount)
|
||||||
}}</span
|
}}</span
|
||||||
><span style="color: #ccc">亿</span>
|
><span style="color: #ccc">亿元</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user