|
|
@@ -175,20 +175,34 @@
|
|
|
<van-icon :name="targetOne" size="26" />
|
|
|
</div>
|
|
|
</el-popover>
|
|
|
- <el-popover popper-class="zpover" placement="bottom" width="120" trigger="click"
|
|
|
- content="调色机7天未调色">
|
|
|
- <div v-if="item.storeLabels.stopColorMixerSeven" class="visitStoreIco" style="background-color: #fff"
|
|
|
- slot="reference">
|
|
|
- <van-icon :name="Network" size="26" />
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
- <el-popover popper-class="zpover" placement="bottom" width="120" trigger="click"
|
|
|
- content="调色机当月未调色">
|
|
|
- <div v-if="item.storeLabels.stopColorMixerMonth" class="visitStoreIco"
|
|
|
- style="background-color: #fff" slot="reference">
|
|
|
- <van-icon :name="WiFi" size="26" />
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
+ <el-popover
|
|
|
+ popper-class="zpover"
|
|
|
+ placement="bottom"
|
|
|
+ width="120"
|
|
|
+ trigger="click"
|
|
|
+ content="调色机7天未调色">
|
|
|
+ <div
|
|
|
+ v-if="item.storeLabels.stopColorMixerSeven"
|
|
|
+ class="visitStoreIco"
|
|
|
+ style="background-color: #fff"
|
|
|
+ slot="reference">
|
|
|
+ <van-icon :name="Network" size="26" />
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
+ <el-popover
|
|
|
+ popper-class="zpover"
|
|
|
+ placement="bottom"
|
|
|
+ width="120"
|
|
|
+ trigger="click"
|
|
|
+ content="调色机当月未调色">
|
|
|
+ <div
|
|
|
+ v-if="item.storeLabels.stopColorMixerMonth"
|
|
|
+ class="visitStoreIco"
|
|
|
+ style="background-color: #fff"
|
|
|
+ slot="reference">
|
|
|
+ <van-icon :name="WiFi" size="26" />
|
|
|
+ </div>
|
|
|
+ </el-popover>
|
|
|
<el-popover
|
|
|
popper-class="zpover"
|
|
|
placement="bottom"
|
|
|
@@ -478,7 +492,7 @@ export default {
|
|
|
components: { tabBar, filtrate },
|
|
|
data() {
|
|
|
return {
|
|
|
- Network: Network,
|
|
|
+ Network: Network,
|
|
|
WiFi: WiFi,
|
|
|
xmgj: xmgj,
|
|
|
bfxx: bfxx,
|
|
|
@@ -654,6 +668,13 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
linkList(val) {
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '计划内',
|
|
|
+ buryingPointType: 1,
|
|
|
+ buryingPointValue: val.storeName + '(' + val.storeCode + ')',
|
|
|
+ buryingPointName: '推荐下单',
|
|
|
+ buryingPointPosition: '计划内',
|
|
|
+ });
|
|
|
this.$router.push({
|
|
|
path: '/pItem',
|
|
|
query: {
|