|
|
@@ -367,7 +367,7 @@
|
|
|
<template v-if="item.stateString == '已拜访'">
|
|
|
<template v-if="item.visitSource == 1">
|
|
|
<!-- 金牌店+同城分销店+可控店 -->
|
|
|
- <template v-if="item.jinpaiStore || item.fenxiaoStore || item.kekongStore">
|
|
|
+ <template v-if="item.wanmeiStore">
|
|
|
<div class="statstext" style="background-color: #e3f0fe">
|
|
|
<span style="color: #387bca">已拜访</span>
|
|
|
<div
|