| @@ -116,7 +116,7 @@ | |||||
| <view class="realtext">平均执行率</view> | <view class="realtext">平均执行率</view> | ||||
| </view> | </view> | ||||
| <view class="real" @click="tapjumpreception(checkParams('6'))"> | <view class="real" @click="tapjumpreception(checkParams('6'))"> | ||||
| <view class="realnum">{{max100(realtimeobj.wordFraction)}}%</view> | |||||
| <view class="realnum">{{max100(realtimeobj.wordFinishFraction)}}%</view> | |||||
| <view class="realtext">平均挖掘率</view> | <view class="realtext">平均挖掘率</view> | ||||
| </view> | </view> | ||||
| <view class="real"> | <view class="real"> | ||||
| @@ -160,7 +160,7 @@ | |||||
| <view class="realtext">平均接待时长</view> | <view class="realtext">平均接待时长</view> | ||||
| </view> | </view> | ||||
| <view class="real" @click="tapjumpreception(checkParams('333'))"> | <view class="real" @click="tapjumpreception(checkParams('333'))"> | ||||
| <view class="realnum">{{max100(Thisweekobj.wordFraction)}}%</view> | |||||
| <view class="realnum">{{max100(Thisweekobj.wordFinishFraction)}}%</view> | |||||
| <view class="realtext">平均挖掘率</view> | <view class="realtext">平均挖掘率</view> | ||||
| </view> | </view> | ||||
| <view class="real" @click="prohibitedtap(2)" v-if="methodsisshow==true"> | <view class="real" @click="prohibitedtap(2)" v-if="methodsisshow==true"> | ||||
| @@ -261,7 +261,7 @@ | |||||
| prohibitedCustomer: '', | prohibitedCustomer: '', | ||||
| tagCustomer: '', | tagCustomer: '', | ||||
| fraction: '', | fraction: '', | ||||
| wordFraction: '', | |||||
| wordFinishFraction: '', | |||||
| receptionCount: '' | receptionCount: '' | ||||
| }, | }, | ||||
| Thisweekobj: { | Thisweekobj: { | ||||
| @@ -272,6 +272,7 @@ | |||||
| tagCustomer: '', | tagCustomer: '', | ||||
| fraction: '', | fraction: '', | ||||
| wordFraction: '', | wordFraction: '', | ||||
| wordFinishFraction: '', | |||||
| receptionCount: '' | receptionCount: '' | ||||
| }, | }, | ||||
| methodsisshow: false, | methodsisshow: false, | ||||
| @@ -542,7 +543,7 @@ | |||||
| avgDuration: Math.floor(data.data.data.avgDuration / 60) || 0, | avgDuration: Math.floor(data.data.data.avgDuration / 60) || 0, | ||||
| tagCustomer: data.data.data.tagCustomer, | tagCustomer: data.data.data.tagCustomer, | ||||
| fraction: data.data.data.fraction, | fraction: data.data.data.fraction, | ||||
| wordFraction: data.data.data.wordFraction, | |||||
| wordFinishFraction: data.data.data.wordFinishFraction, | |||||
| receptionCount: data.data.data.receptionCount | receptionCount: data.data.data.receptionCount | ||||
| } | } | ||||
| } | } | ||||
| @@ -574,7 +575,7 @@ | |||||
| avgDuration: Math.floor(data.data.data.avgDuration / 60) || 0, | avgDuration: Math.floor(data.data.data.avgDuration / 60) || 0, | ||||
| tagCustomer: data.data.data.tagCustomer, | tagCustomer: data.data.data.tagCustomer, | ||||
| fraction: data.data.data.fraction, | fraction: data.data.data.fraction, | ||||
| wordFraction: data.data.data.wordFraction, | |||||
| wordFinishFraction: data.data.data.wordFinishFraction, | |||||
| receptionCount: data.data.data.receptionCount | receptionCount: data.data.data.receptionCount | ||||
| } | } | ||||
| } | } | ||||