|
|
@@ -75,8 +75,23 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
<div class="info" style="position: relative">
|
|
|
- 联系人:{{ item.contactName }}
|
|
|
+ storeselect.png 联系人:{{ item.contactName }}
|
|
|
<div style="position: absolute; bottom: 0px; right: 0px">
|
|
|
+ <!-- 金牌店ABC -->
|
|
|
+ <el-popover
|
|
|
+ popper-class="zpover"
|
|
|
+ placement="bottom"
|
|
|
+ width="120"
|
|
|
+ trigger="click"
|
|
|
+ content="该客户为凤凰客户">
|
|
|
+ <div
|
|
|
+ v-if="setJPABCFlag(item.storeLabels)"
|
|
|
+ class="visitStoreIco"
|
|
|
+ style="background-color: #fff"
|
|
|
+ slot="reference">
|
|
|
+ <van-icon :name="require('@/assets/Icon/fenghuangjihua.png')" size="26" />
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
<!-- 凤凰客户 -->
|
|
|
<el-popover
|
|
|
popper-class="zpover"
|