master
kevin jiang 6 years ago
parent 98ddd2d3cf
commit f4dc942ff0

@ -122,11 +122,10 @@
</row> </row>
<row v-if="customerViewVO.orgNewCustomerList.length > 0" class="padding-12"> <row v-if="customerViewVO.orgNewCustomerList.length > 0" class="padding-12">
<row v-for="item in customerViewVO.orgNewCustomerList" :key="item.orgId"> <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}} {{item.orgName}}
</i-col> </i-col>
<i-col span="1"><span style="visibility: hidden">visible</span></i-col> <i-col span="16"><span class="top10-percent-span" style="background: #FFCC00;"
<i-col span="17"><span class="top10-percent-span" style="background: #FFCC00;"
:style="'width:' + item.newCustomerCount/customerViewVO.orgNewCustomerList[0].newCustomerCount*80 + '%'"></span><span>{{item.newCustomerCount}}</span> :style="'width:' + item.newCustomerCount/customerViewVO.orgNewCustomerList[0].newCustomerCount*80 + '%'"></span><span>{{item.newCustomerCount}}</span>
</i-col> </i-col>
</row> </row>
@ -142,10 +141,9 @@
</row> </row>
<row v-if="customerViewVO.shopNewCustomerList.length > 0" class="padding-12"> <row v-if="customerViewVO.shopNewCustomerList.length > 0" class="padding-12">
<row v-for="item in customerViewVO.shopNewCustomerList" :key="item.shopId"> <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}} {{item.shopName}}
</i-col> </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;" <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> :style="'width:' + item.newCustomerCount/customerViewVO.shopNewCustomerList[0].newCustomerCount*80 + '%'"></span><span>{{item.newCustomerCount}}</span>
</i-col> </i-col>

Loading…
Cancel
Save