|
|
@ -122,7 +122,7 @@
|
|
|
|
</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: right">
|
|
|
|
<i-col span="6" class="text-ellipsis" style="text-align: left">
|
|
|
|
{{item.orgName}}
|
|
|
|
{{item.orgName}}
|
|
|
|
</i-col>
|
|
|
|
</i-col>
|
|
|
|
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
|
|
|
|
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
|
|
|
@ -142,7 +142,7 @@
|
|
|
|
</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: right">
|
|
|
|
<i-col span="8" class="text-ellipsis" style="text-align: left">
|
|
|
|
{{item.shopName}}
|
|
|
|
{{item.shopName}}
|
|
|
|
</i-col>
|
|
|
|
</i-col>
|
|
|
|
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
|
|
|
|
<i-col span="1"><span style="visibility: hidden">visible</span></i-col>
|
|
|
|