wangxiaohua pirms 3 gadiem
vecāks
revīzija
c8d2a1e79a
4 mainītis faili ar 21 papildinājumiem un 19 dzēšanām
  1. +5
    -5
      pages/center/consumer/consumerSearch.vue
  2. +3
    -3
      pages/center/consumer/index.vue
  3. +6
    -5
      pages/center/records/index.vue
  4. +7
    -6
      pages/center/records/recordSearch.vue

+ 5
- 5
pages/center/consumer/consumerSearch.vue Parādīt failu

@@ -33,8 +33,8 @@
添加时间:<view class="content-sec-lab1">{{item.createTime}}</view>
</view>
<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 style="width: 100%;height: 20rpx;background: #F8F8F8;"></view>
@@ -183,12 +183,12 @@
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
line-height: 46rpx;
.content-sec-lab1{
color: #333333;
}
.content-sec-tips{
max-width:174rpx ;
max-width:160rpx ;
height: 46rpx;
background: #F2F2F2;
border-radius: 6rpx;
@@ -200,7 +200,7 @@
font-size: 26rpx;
font-weight: 400;
color: #333333;
margin-right: 24rpx;
margin-right: 20rpx;
box-sizing: border-box;
padding: 10rpx 24rpx;
}


+ 3
- 3
pages/center/consumer/index.vue Parādīt failu

@@ -462,12 +462,12 @@
font-size: 30rpx;
font-weight: 400;
color: #666666;
line-height: 30rpx;
line-height: 46rpx;
.content-sec-lab1{
color: #333333;
}
.content-sec-tips{
max-width:174rpx ;
max-width:160rpx ;
height: 46rpx;
background: #F2F2F2;
border-radius: 6rpx;
@@ -479,7 +479,7 @@
font-size: 26rpx;
font-weight: 400;
color: #333333;
margin-right: 24rpx;
margin-right: 20rpx;
box-sizing: border-box;
padding: 10rpx 24rpx;
}


+ 6
- 5
pages/center/records/index.vue Parādīt failu

@@ -45,10 +45,11 @@
<view class="name">{{item.agentName}}</view>
<view class="status" v-if="item.replaceReception==1">代接待</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 class="content-sec">
<view class="left">
@@ -473,7 +474,7 @@
}
}
.right{
width: 192rpx;
width: 120rpx;
height: 46rpx;
background: #F4F8FD;
border-radius: 6rpx;


+ 7
- 6
pages/center/records/recordSearch.vue Parādīt failu

@@ -12,10 +12,10 @@
<view class="name">{{item.agentName}}</view>
<view class="status" v-if="item.replaceReception==1">代接待</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 class="content-sec">
<view class="left">
@@ -23,7 +23,8 @@
<view class="arriveNum">{{item.visitRecord || "0"}}次到访</view>
</view>
<view class="right">
{{item.fraction || '0'}}% | {{item.fraction || '0'}}分
{{item.fraction || '0'}}%
<!-- | {{item.fraction || '0'}}分 -->
</view>
</view>
<view class="content-last">
@@ -213,7 +214,7 @@
}
}
.right{
width: 192rpx;
width: 120rpx;
height: 46rpx;
background: #F4F8FD;
border-radius: 6rpx;


Notiek ielāde…
Atcelt
Saglabāt