|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
<i-col span="8">
|
|
|
|
|
<row class="outline" style="min-height: 305px">
|
|
|
|
|
<span class="blue-logo"></span>
|
|
|
|
|
<span style="display: inline-block;margin-left: 5px;">零售公司新增好友top10</span>
|
|
|
|
|
<span style="display: inline-block;margin-left: 5px;">零售公司店均新增好友top10</span>
|
|
|
|
|
<row v-if="customerViewVO.orgNewCustomerList.length === 0" style="text-align: center">暂无数据</row>
|
|
|
|
|
<row v-if="customerViewVO.orgNewCustomerList.length > 0" class="pading-12">
|
|
|
|
|
<row v-for="item in customerViewVO.orgNewCustomerList" :key="item.orgId">
|
|
|
|
|