Browse Source

客户画像穿透

yun
jyt 2 years ago
parent
commit
603e484728
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      pages/center/records/index.vue
  2. +1
    -1
      pages/mine/details2.vue

+ 3
- 0
pages/center/records/index.vue View File

@@ -342,6 +342,7 @@
this.screen.validInvalid = options.validInvalid this.screen.validInvalid = options.validInvalid
} }
if (options.staTime) { if (options.staTime) {
this.staTime = options.staTime; this.staTime = options.staTime;
this.endtime = options.endtime+' 23:59:59'; this.endtime = options.endtime+' 23:59:59';
} }
@@ -555,6 +556,8 @@
let orderBy = 0; let orderBy = 0;
if (this.activeTotal == 5) { if (this.activeTotal == 5) {
dateType = null; dateType = null;
} else if (this.activeTotal == 3) {
dateType = null;
} else if (this.activeTotal == 4) { } else if (this.activeTotal == 4) {
dateType = null; dateType = null;
} else { } else {


+ 1
- 1
pages/mine/details2.vue View File

@@ -283,7 +283,7 @@
<view class="hsnrtest" v-if="subitem.show">话术内容</view> <view class="hsnrtest" v-if="subitem.show">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
v-for="(che,inc) in subitem.children" :key='inc'> v-for="(che,inc) in subitem.children" :key='inc'>
<view class="title1">{{inc+1}}.{{che.name}}</view>
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="jiantobox"> <view class="jiantobox">
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
mode="" /> mode="" />


Loading…
Cancel
Save