|
|
@@ -89,14 +89,16 @@ |
|
|
|
<view class="realnum">{{realtimeobj.receptionCount || 0}}</view> |
|
|
|
<view class="realtext">接待量</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{realtimeobj.sumCustomer|| 0}}</view> |
|
|
|
<view class="realtext">接待客户</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{realtimeobj.receivingCustomer || 0}}</view> |
|
|
|
<view class="realtext">正在接待</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{realtimeobj.tagCustomer || 0}}</view> |
|
|
|
<view class="realtext">未标顾问</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
@@ -106,13 +108,14 @@ |
|
|
|
<view class="realtext">接待时长</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{realtimeobj.fraction || 0}}%</view> |
|
|
|
<view class="realtext">平均执行率</view> |
|
|
|
<view class="realnum">{{realtimeobj.avgDuration|| 0}}</view> |
|
|
|
<view class="realtext">平均接待时长</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{realtimeobj.tagCustomer || 0}}</view> |
|
|
|
<view class="realtext">未标顾问</view> |
|
|
|
<view class="realnum">{{realtimeobj.fraction || 0}}%</view> |
|
|
|
<view class="realtext">平均执行率</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -134,6 +137,10 @@ |
|
|
|
<view class="realnum">{{Thisweekobj.sumDuration || 0}}</view> |
|
|
|
<view class="realtext">录音时长</view> |
|
|
|
</view> |
|
|
|
<view class="real"> |
|
|
|
<view class="realnum">{{Thisweekobj.avgDuration|| 0}}</view> |
|
|
|
<view class="realtext">平均接待时长</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -285,6 +292,7 @@ |
|
|
|
receivingCustomer: data.data.data.receivingCustomer, |
|
|
|
activeCustomer: data.data.data.activeCustomer, |
|
|
|
sumDuration: Math.floor(data.data.data.sumDuration/60) ||0, |
|
|
|
avgDuration: Math.floor(data.data.data.avgDuration/60) ||0, |
|
|
|
tagCustomer: data.data.data.tagCustomer, |
|
|
|
fraction: data.data.data.fraction, |
|
|
|
receptionCount:data.data.data.receptionCount |
|
|
@@ -314,6 +322,7 @@ |
|
|
|
receivingCustomer: data.data.data.receivingCustomer, |
|
|
|
activeCustomer: data.data.data.activeCustomer, |
|
|
|
sumDuration:Math.floor(data.data.data.sumDuration/60) || 0, |
|
|
|
avgDuration: Math.floor(data.data.data.avgDuration/60) ||0, |
|
|
|
tagCustomer: data.data.data.tagCustomer, |
|
|
|
fraction: data.data.data.fraction, |
|
|
|
receptionCount:data.data.data.receptionCount |
|
|
|