corala преди 1 година
родител
ревизия
8fed6b37e8
променени са 3 файла, в които са добавени 13 реда и са изтрити 15 реда
  1. +4
    -4
      pages/center/consumer/consumerDetail.vue
  2. +2
    -2
      pages/index/index.vue
  3. +7
    -9
      pages/mine/details2.vue

+ 4
- 4
pages/center/consumer/consumerDetail.vue Целия файл

@@ -269,9 +269,9 @@
<view class="title1">{{item.name}}</view>
<view class="leve1-jindu">
<view class="jindutiao">
<view class="huanxing" v-if="item.selected==0" :style="{width: item.fraction+ '%'}"></view>
<view class="huanxing" v-if="item.selected==0" style="width: 100%"></view>
<view class="huanxing" v-else style="width: 0"></view>
<view class="text">{{item.selected==0?item.fraction:0}}%</view>
<view class="text">{{item.selected==0?100:0}}%</view>
</view>
</view>
<view class="jiantobox">
@@ -283,7 +283,7 @@
<view v-if="item.showLevel==1">
<view class="hhhbox" v-if="item.show" style="padding: 30rpx;">
<view class="hsnrtest">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)"
<view class="Level3che"
v-for="(che,inc) in item.questionList" :key='inc'>
<view class="title1">{{inc+1}}.{{che.question}}</view>
<view class="jiantobox">
@@ -312,7 +312,7 @@
</view>
<view v-if="subitem.show" style="padding: 30rpx 0;">
<view class="hsnrtest">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)"
<view class="Level3che"
v-for="(che,inc) in subitem.questionList" :key='inc'>
<view class="title1">{{inc+1}}.{{che.question}}</view>
<view class="jiantobox">


+ 2
- 2
pages/index/index.vue Целия файл

@@ -119,7 +119,7 @@
<view class="realnum">{{realtimeobj.fraction || 0}}%</view>
<view class="realtext">平均执行率</view>
</view>
<view class="real" @click="towajue">
<view class="real" @click="tapjumpreception('6')">
<view class="realnum">{{realtimeobj.wordFraction || 0}}%</view>
<view class="realtext">平均挖掘率</view>
</view>
@@ -160,7 +160,7 @@
<view class="realnum">{{Thisweekobj.avgDuration|| 0}}</view>
<view class="realtext">平均接待时长</view>
</view>
<view class="real" @click="towajue">
<view class="real" @click="tapjumpreception('3')">
<view class="realnum">{{Thisweekobj.wordFraction || 0}}%</view>
<view class="realtext">平均挖掘率</view>
</view>


+ 7
- 9
pages/mine/details2.vue Целия файл

@@ -253,7 +253,7 @@
</view>
</view>
<view class="Level-box" v-for="(item,index) in ratelist" :key="index">
<view class="Level1che" @click="item.show = !item.show">
<view class="Level1che" @click="hangeshow2(item,1)">
<view class="title1">{{item.name.substring(0,8)}}</view>
<view class="leve1-jindu">
<view class="jindutiao">
@@ -267,7 +267,7 @@
</view>
</view>
<view class="hhhbox" v-if="item.show" v-for="(subitem,i) in item.children" :key="i">
<view class="Level2che" @click="item.show = !item.show">
<view class="Level2che" @click="hangeshow2(subitem,1)">
<view class="title1">{{subitem.name.substring(0,8)}}</view>
<view class="leve1-jindu">
<view class="zhixing" v-if="!subitem.selected">已执行</view>
@@ -314,11 +314,9 @@
<view class="title1">{{item.name}}</view>
<view class="leve1-jindu">
<view class="jindutiao">
<view class="huanxing" v-if="item.selected==0" :style="{width: item.fraction+ '%'}"></view>
<view class="huanxing" v-if="item.selected==0" style="width: 100%"></view>
<view class="huanxing" v-else style="width: 0"></view>
<!-- <view class="huanxing" :style="{width: item.fraction||0+'%'}"></view> -->
<view class="text">{{item.selected==0?item.fraction:0}}%</view>
<!-- <view class="text">{{item.fraction||0}}%</view> -->
<view class="text">{{item.selected==0?100:0}}%</view>
</view>
</view>
<view class="jiantobox">
@@ -330,7 +328,7 @@
<view v-if="item.showLevel==1">
<view class="hhhbox" v-if="item.show" style="padding: 30rpx;">
<view class="hsnrtest">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)"
<view class="Level3che"
v-for="(che,inc) in item.questionList" :key='inc'>
<view class="title1">{{inc+1}}.{{che.question}}</view>
<view class="jiantobox">
@@ -359,7 +357,7 @@
</view>
<view v-if="subitem.show" style="padding: 30rpx 0;">
<view class="hsnrtest">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)"
<view class="Level3che"
v-for="(che,inc) in subitem.questionList" :key='inc'>
<view class="title1">{{inc+1}}.{{che.question}}</view>
<view class="jiantobox">
@@ -801,7 +799,7 @@
//评分点击
clickaudeopal(item) {
if (item.selected == 0 && item.viewFlag != 1) {
console.log(item)
// console.log(item)
this.Pinspeak = false
uni.navigateTo({
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item


Зареждане…
Отказ
Запис