BUG 29051
This commit is contained in:
@@ -18,10 +18,10 @@
|
|||||||
<div class="cir-flex">
|
<div class="cir-flex">
|
||||||
<div id="circleChart">
|
<div id="circleChart">
|
||||||
<div class="total-num">
|
<div class="total-num">
|
||||||
<h2 v-text="overviews['累计申请笔数']"/>
|
<h2 v-text="overviews['累计申请笔数(笔)']"/>
|
||||||
<p>总数</p>
|
<p>总数</p>
|
||||||
</div>
|
</div>
|
||||||
<ai-echart :ops="circleEchart" :data="[{name:'企业融资',value:overviews['累计申请笔数']}]"/>
|
<ai-echart :ops="circleEchart" :data="[{name:'企业融资',value:overviews['累计申请笔数(笔)']}]"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="cir-text">
|
<div class="cir-text">
|
||||||
<el-row type="flex" justify="space-between" align="middle" class="info">
|
<el-row type="flex" justify="space-between" align="middle" class="info">
|
||||||
|
|||||||
Reference in New Issue
Block a user