master
kevin jiang 6 years ago
parent 98ddd2d3cf
commit f4dc942ff0

@ -122,11 +122,10 @@
</row>
<row v-if="customerViewVO.orgNewCustomerList.length > 0" class="padding-12">
<row v-for="item in customerViewVO.orgNewCustomerList" :key="item.orgId">
<i-col span="6" class="text-ellipsis" style="text-align: left">
<i-col span="8" class="text-ellipsis" style="text-align: left;padding-right: 5px;">
{{item.orgName}}
</i-col>
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
<i-col span="17"><span class="top10-percent-span" style="background: #FFCC00;"
<i-col span="16"><span class="top10-percent-span" style="background: #FFCC00;"
:style="'width:' + item.newCustomerCount/customerViewVO.orgNewCustomerList[0].newCustomerCount*80 + '%'"></span><span>{{item.newCustomerCount}}</span>
</i-col>
</row>
@ -142,10 +141,9 @@
</row>
<row v-if="customerViewVO.shopNewCustomerList.length > 0" class="padding-12">
<row v-for="item in customerViewVO.shopNewCustomerList" :key="item.shopId">
<i-col span="8" class="text-ellipsis" style="text-align: left">
<i-col span="9" class="text-ellipsis" style="text-align: left;padding-right: 5px;">
{{item.shopName}}
</i-col>
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
<i-col span="15"><span class="top10-percent-span" style="background: #EC6A2F;"
:style="'width:' + item.newCustomerCount/customerViewVO.shopNewCustomerList[0].newCustomerCount*80 + '%'"></span><span>{{item.newCustomerCount}}</span>
</i-col>

Loading…
Cancel
Save