|
|
@@ -439,13 +439,21 @@
|
|
|
<template v-if="item.stateString == '已拜访'">
|
|
|
<div
|
|
|
class="statstext"
|
|
|
- style="border-bottom-left-radius: 15px; border-top-left-radius: 15px"
|
|
|
+ style="
|
|
|
+ border-bottom-left-radius: 15px;
|
|
|
+ border-top-left-radius: 15px;
|
|
|
+ background-color: #e3f0fe;
|
|
|
+ color: #387bca;
|
|
|
+ "
|
|
|
v-if="item.jinpaiStore"
|
|
|
@click="openPerfectStore(item)">
|
|
|
- 已拜访<br />
|
|
|
- <div style="margin: 3px 0; font-size: 12px">
|
|
|
- <p style="line-height: 18px; margin: 0">点击查看</p>
|
|
|
- <p style="line-height: 18px; margin: 0">完美门店</p>
|
|
|
+ <div style="margin: 3px 0; font-size: 16px; font-weight: 600">
|
|
|
+ <p style="line-height: 25px; margin: 0">
|
|
|
+ 查看<img
|
|
|
+ style="width: 18px; height: 25px; margin-left: 5px; vertical-align: -5px"
|
|
|
+ :src="require('@/assets/shouzhi.png')" />
|
|
|
+ </p>
|
|
|
+ <p style="line-height: 25px; margin: 0">完美门店</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="statstext" v-else>已拜访</div>
|