融资统计
This commit is contained in:
@@ -30,7 +30,12 @@
|
|||||||
<el-row type="flex" justify="space-between" align="middle" class="info">
|
<el-row type="flex" justify="space-between" align="middle" class="info">
|
||||||
<span class="tips-bg" style="background: #2891FF;"/>
|
<span class="tips-bg" style="background: #2891FF;"/>
|
||||||
<p class="fill">企业融资</p>
|
<p class="fill">企业融资</p>
|
||||||
<div v-text="overviews['累计申请笔数']"/>
|
<div v-text="applyInfo['企业融资']"/>
|
||||||
|
</el-row>
|
||||||
|
<el-row type="flex" justify="space-between" align="middle" class="info">
|
||||||
|
<span class="tips-bg" style="background: #FFB865;"/>
|
||||||
|
<p class="fill">个人融资</p>
|
||||||
|
<div v-text="applyInfo['个人贷款']"/>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user