|
|
@@ -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 |
|
|
|