|
|
@@ -358,13 +358,12 @@
|
|
|
<template v-if="item.stateString == '已拜访'">
|
|
|
<template v-if="item.visitSource == 1">
|
|
|
<!-- 金牌店+同城分销店+可控店 -->
|
|
|
- <template v-if="item.jinpaiStore">
|
|
|
+ <template v-if="item.jinpaiStore || item.fenxiaoStore || item.kekongStore">
|
|
|
<div class="statstext" style="background-color: #e3f0fe">
|
|
|
<span style="color: #387bca">已拜访</span>
|
|
|
<div
|
|
|
class="statstextIcon"
|
|
|
style="background-color: #0057ba"
|
|
|
- v-if="item.jinpaiStore"
|
|
|
@click="openPerfectStore(item)">
|
|
|
<div style="margin: 4px; font-size: 14px; font-weight: 600">
|
|
|
<img
|
|
|
@@ -374,7 +373,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template>
|
|
|
+ <template v-else>
|
|
|
<div class="statstext">
|
|
|
<span>已拜访</span>
|
|
|
</div>
|