|
|
@@ -356,8 +356,9 @@ |
|
|
|
<view class="hsnrtest" |
|
|
|
>客户标签:{{ getKeywordsList(item.keywordsList) }}</view |
|
|
|
> |
|
|
|
<view class="hsnrtest">话术内容</view> |
|
|
|
<view class="Level3che" v-for="(che,inc) in item.modelList" :key='inc'> |
|
|
|
<view class="hsnrtest">话术内容:</view> |
|
|
|
<view v-if="item.modelList.length==0">暂无话术</view> |
|
|
|
<view class="Level3che" @click="clickWajue(che)" v-for="(che,inc) in item.modelList" :key='inc'> |
|
|
|
<view class="title1" |
|
|
|
:style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''"> |
|
|
|
{{inc+1}}.{{che.showFormatExpression || che.keywordsName}} |
|
|
@@ -395,6 +396,7 @@ |
|
|
|
<view v-if="subitem.show" style="padding: 30rpx 0;"> |
|
|
|
<view class="hsnrtest">客户标签:{{ getKeywordsList(subitem.keywordsList) }}</view> |
|
|
|
<view class="hsnrtest">话术内容:</view> |
|
|
|
<view v-if="subitem.modelList.length==0">暂无话术</view> |
|
|
|
<view class="Level3che" @click="clickWajue(che)" |
|
|
|
v-for="(che,inc) in subitem.modelList" :key='inc'> |
|
|
|
<view class="title1" |
|
|
@@ -788,12 +790,13 @@ |
|
|
|
// 计算挖掘执行的完成率 |
|
|
|
getPercent(){ |
|
|
|
let countArr = this.KeyWordsfractionList.filter(item=> item.selected==0) |
|
|
|
console.log(countArr) |
|
|
|
// console.log(countArr) |
|
|
|
this.percent = (countArr.length / this.KeyWordsfractionList.length)*100 |
|
|
|
console.log(this.percent.toFixed(0)) |
|
|
|
// console.log(this.percent.toFixed(0)) |
|
|
|
this.percent = this.percent.toFixed(0) |
|
|
|
|
|
|
|
}, |
|
|
|
// 点击话术 |
|
|
|
clickWajue(item){ |
|
|
|
if(item.selected==0){ |
|
|
|
this.Pinspeak = false |
|
|
@@ -2549,6 +2552,7 @@ |
|
|
|
|
|
|
|
.scroll-Y .text[data-speaker="2"], |
|
|
|
.scroll-Y .text[data-speaker="4"], |
|
|
|
.scroll-Y .text[data-speaker="8"], |
|
|
|
.scroll-Y .text[data-speaker="6"] { |
|
|
|
flex-direction: row-reverse; |
|
|
|
text-align: right; |
|
|
@@ -2581,6 +2585,7 @@ |
|
|
|
|
|
|
|
.scroll-Y .text[data-speaker="2"], |
|
|
|
.scroll-Y .text[data-speaker="4"], |
|
|
|
.scroll-Y .text[data-speaker="8"], |
|
|
|
.scroll-Y .text[data-speaker="6"] { |
|
|
|
.contentInfo { |
|
|
|
.info { |
|
|
@@ -2672,6 +2677,7 @@ |
|
|
|
} |
|
|
|
.scroll-Y .text[data-speaker="2"] .newmark, |
|
|
|
.scroll-Y .text[data-speaker="4"] .newmark, |
|
|
|
.scroll-Y .text[data-speaker="8"] .newmark, |
|
|
|
.scroll-Y .text[data-speaker="6"] .newmark{ |
|
|
|
margin-left: 84rpx; |
|
|
|
} |
|
|
@@ -2822,7 +2828,7 @@ |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
line-height: 36rpx; |
|
|
|
margin-top:16rpx; |
|
|
|
margin-top:24rpx; |
|
|
|
|
|
|
|
.title1 { |
|
|
|
flex: 1; |
|
|
|