| @@ -33,8 +33,8 @@ | |||||
| 添加时间:<view class="content-sec-lab1">{{item.createTime}}</view> | 添加时间:<view class="content-sec-lab1">{{item.createTime}}</view> | ||||
| </view> | </view> | ||||
| <view class="content-sec-num"> | <view class="content-sec-num"> | ||||
| <view class="">{{item.visitRecord || "0"}}次到访</view> | |||||
| <view class="">{{item.fraction || '0'}}% | {{item.fraction || '0'}}分</view> | |||||
| <view class="">{{item.visitRecord || '--'}}次到访</view> | |||||
| <view class="">{{item.fraction || '0'}}% | {{item.mm || '0'}}<text style="font-size: 24rpx;">min</text></view> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view style="width: 100%;height: 20rpx;background: #F8F8F8;"></view> | <view style="width: 100%;height: 20rpx;background: #F8F8F8;"></view> | ||||
| @@ -183,12 +183,12 @@ | |||||
| font-size: 30rpx; | font-size: 30rpx; | ||||
| font-weight: 400; | font-weight: 400; | ||||
| color: #666666; | color: #666666; | ||||
| line-height: 30rpx; | |||||
| line-height: 46rpx; | |||||
| .content-sec-lab1{ | .content-sec-lab1{ | ||||
| color: #333333; | color: #333333; | ||||
| } | } | ||||
| .content-sec-tips{ | .content-sec-tips{ | ||||
| max-width:174rpx ; | |||||
| max-width:160rpx ; | |||||
| height: 46rpx; | height: 46rpx; | ||||
| background: #F2F2F2; | background: #F2F2F2; | ||||
| border-radius: 6rpx; | border-radius: 6rpx; | ||||
| @@ -200,7 +200,7 @@ | |||||
| font-size: 26rpx; | font-size: 26rpx; | ||||
| font-weight: 400; | font-weight: 400; | ||||
| color: #333333; | color: #333333; | ||||
| margin-right: 24rpx; | |||||
| margin-right: 20rpx; | |||||
| box-sizing: border-box; | box-sizing: border-box; | ||||
| padding: 10rpx 24rpx; | padding: 10rpx 24rpx; | ||||
| } | } | ||||
| @@ -462,12 +462,12 @@ | |||||
| font-size: 30rpx; | font-size: 30rpx; | ||||
| font-weight: 400; | font-weight: 400; | ||||
| color: #666666; | color: #666666; | ||||
| line-height: 30rpx; | |||||
| line-height: 46rpx; | |||||
| .content-sec-lab1{ | .content-sec-lab1{ | ||||
| color: #333333; | color: #333333; | ||||
| } | } | ||||
| .content-sec-tips{ | .content-sec-tips{ | ||||
| max-width:174rpx ; | |||||
| max-width:160rpx ; | |||||
| height: 46rpx; | height: 46rpx; | ||||
| background: #F2F2F2; | background: #F2F2F2; | ||||
| border-radius: 6rpx; | border-radius: 6rpx; | ||||
| @@ -479,7 +479,7 @@ | |||||
| font-size: 26rpx; | font-size: 26rpx; | ||||
| font-weight: 400; | font-weight: 400; | ||||
| color: #333333; | color: #333333; | ||||
| margin-right: 24rpx; | |||||
| margin-right: 20rpx; | |||||
| box-sizing: border-box; | box-sizing: border-box; | ||||
| padding: 10rpx 24rpx; | padding: 10rpx 24rpx; | ||||
| } | } | ||||
| @@ -45,10 +45,11 @@ | |||||
| <view class="name">{{item.agentName}}</view> | <view class="name">{{item.agentName}}</view> | ||||
| <view class="status" v-if="item.replaceReception==1">代接待</view> | <view class="status" v-if="item.replaceReception==1">代接待</view> | ||||
| </view> | </view> | ||||
| <!-- <view class="right"> | |||||
| <view class="point"></view> | |||||
| <view class="">优秀案例</view> | |||||
| </view> --> | |||||
| <view class="right"> | |||||
| <!-- <view class="point"></view> --> | |||||
| <view v-if="item.markAdvisor==0" class="">未标记</view> | |||||
| <view v-if="item.markAdvisor==1" class="">已标记</view> | |||||
| </view> | |||||
| </view> | </view> | ||||
| <view class="content-sec"> | <view class="content-sec"> | ||||
| <view class="left"> | <view class="left"> | ||||
| @@ -473,7 +474,7 @@ | |||||
| } | } | ||||
| } | } | ||||
| .right{ | .right{ | ||||
| width: 192rpx; | |||||
| width: 120rpx; | |||||
| height: 46rpx; | height: 46rpx; | ||||
| background: #F4F8FD; | background: #F4F8FD; | ||||
| border-radius: 6rpx; | border-radius: 6rpx; | ||||
| @@ -12,10 +12,10 @@ | |||||
| <view class="name">{{item.agentName}}</view> | <view class="name">{{item.agentName}}</view> | ||||
| <view class="status" v-if="item.replaceReception==1">代接待</view> | <view class="status" v-if="item.replaceReception==1">代接待</view> | ||||
| </view> | </view> | ||||
| <!-- <view class="right"> | |||||
| <view class="point"></view> | |||||
| <view class="">优秀案例</view> | |||||
| </view> --> | |||||
| <view class="right"> | |||||
| <view v-if="item.markAdvisor==0" class="">未标记</view> | |||||
| <view v-if="item.markAdvisor==1" class="">已标记</view> | |||||
| </view> | |||||
| </view> | </view> | ||||
| <view class="content-sec"> | <view class="content-sec"> | ||||
| <view class="left"> | <view class="left"> | ||||
| @@ -23,7 +23,8 @@ | |||||
| <view class="arriveNum">{{item.visitRecord || "0"}}次到访</view> | <view class="arriveNum">{{item.visitRecord || "0"}}次到访</view> | ||||
| </view> | </view> | ||||
| <view class="right"> | <view class="right"> | ||||
| {{item.fraction || '0'}}% | {{item.fraction || '0'}}分 | |||||
| {{item.fraction || '0'}}% | |||||
| <!-- | {{item.fraction || '0'}}分 --> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="content-last"> | <view class="content-last"> | ||||
| @@ -213,7 +214,7 @@ | |||||
| } | } | ||||
| } | } | ||||
| .right{ | .right{ | ||||
| width: 192rpx; | |||||
| width: 120rpx; | |||||
| height: 46rpx; | height: 46rpx; | ||||
| background: #F4F8FD; | background: #F4F8FD; | ||||
| border-radius: 6rpx; | border-radius: 6rpx; | ||||