wangxiaohua 2 years ago
parent
commit
88510e4739
3 changed files with 8 additions and 7 deletions
  1. +6
    -6
      pages/center/Piabodata/index.vue
  2. +1
    -0
      pages/center/consumer/consumerDetail.vue
  3. +1
    -1
      pages/center/records/index.vue

+ 6
- 6
pages/center/Piabodata/index.vue View File

@@ -243,20 +243,20 @@
totalTimeShow: false,
activeTab: 0,
numlist: [{
name: '接待',
num: '10'
name: '接待客户',
num: ''
},
{
name: '接待客户',
num: '10'
name: '接待',
num: ''
},
{
name: '平均执行率',
num: '10'
num: ''
},
{
name: '录音时长',
num: '10'
num: ''
},
],
lineOptsect: {


+ 1
- 0
pages/center/consumer/consumerDetail.vue View File

@@ -930,6 +930,7 @@
// background: #FFFFFF;
overflow: hidden;
.tabactive1{
padding-bottom: 100rpx;
.content-tips{
background: #fff;
padding: 0 30rpx;


+ 1
- 1
pages/center/records/index.vue View File

@@ -65,7 +65,7 @@
<view class="content-sec">
<view class="left">
<view class="cus">客户:{{item.name || '--'}} |</view>
<view class="arriveNum">{{item.visitRecord || "--"}}次到访</view>
<view class="arriveNum">第{{item.visitRecord || "--"}}次接待</view>
</view>
<view class="right">
<!-- {{item.fraction || '0'}}% | {{item.fraction || '0'}}分 -->


Loading…
Cancel
Save