|
|
|
@@ -113,7 +113,7 @@ |
|
|
|
<view class="real-timebox"> |
|
|
|
<view class="timebox"> |
|
|
|
<view class="real" @click="tapjumpreception('1')"> |
|
|
|
<view class="realnum u-flex" style="justify-content: center">{{realtimeobj.fraction || 0}}% |
|
|
|
<view class="realnum u-flex" style="justify-content: center">{{realtimeobj.fraction || 0}}<text style="font-weight: 400;font-family: SimHei;font-size: 30rpx;">%</text> |
|
|
|
<!-- <image class="qushi-icon" src="/static/images/excute.png" mode="" /> --> |
|
|
|
</view> |
|
|
|
<view class="realtext">平均执行率</view> |
|
|
|
@@ -133,7 +133,7 @@ |
|
|
|
</view> |
|
|
|
<view class="timebox" style="margin-bottom:0;"> |
|
|
|
<view class="real" @click="tapjumpreception('1')"> |
|
|
|
<view class="realnum">{{realtimeobj.avgDuration|| 0}}min</view> |
|
|
|
<view class="realnum">{{realtimeobj.avgDuration|| 0}}<text style="font-size: 30rpx;font-weight: 400;font-family: SimHei">min</text></view> |
|
|
|
<view class="realtext">平均接待时长</view> |
|
|
|
</view> |
|
|
|
<view class="real" @click="tapjumpreception('4')"> |
|
|
|
@@ -166,7 +166,7 @@ |
|
|
|
<view class="real-timebox" > |
|
|
|
<view class="timebox"> |
|
|
|
<view class="real" @click="tapjumpreception('3')"> |
|
|
|
<view class="realnum u-flex" style="justify-content: center">{{Thisweekobj.fraction || 0}}% |
|
|
|
<view class="realnum u-flex" style="justify-content: center">{{Thisweekobj.fraction || 0}}<text style="font-weight: 400;font-family: SimHei;font-size: 30rpx;">%</text> |
|
|
|
<!-- <image class="qushi-icon" src="/static/images/qushi-up.png" mode="" /> --> |
|
|
|
</view> |
|
|
|
<view class="realtext">平均执行率</view> |
|
|
|
@@ -182,7 +182,7 @@ |
|
|
|
</view> |
|
|
|
<view class="timebox" style="margin-bottom:0;"> |
|
|
|
<view class="real" @click="tapjumpreception('3')"> |
|
|
|
<view class="realnum">{{Thisweekobj.avgDuration || 0}}min</view> |
|
|
|
<view class="realnum">{{Thisweekobj.avgDuration || 0}}<text style="font-size: 30rpx;font-weight: 400;font-family: SimHei">min</text></view> |
|
|
|
<view class="realtext">平均接待时长</view> |
|
|
|
</view> |
|
|
|
<view class="real" @click="prohibitedtap(2)" v-if="methodsisshow"> |
|
|
|
@@ -1099,8 +1099,8 @@ |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
height: 50rpx; |
|
|
|
font-size: 44rpx; |
|
|
|
font-family: DINAlternate-Bold, DINAlternate; |
|
|
|
font-size: 36rpx; |
|
|
|
font-family: SourceHanSansCN-Medium, SourceHanSansCN; |
|
|
|
font-weight: bold; |
|
|
|
color: #333333; |
|
|
|
line-height: 50rpx; |
|
|
|
@@ -1134,8 +1134,8 @@ |
|
|
|
width: 100%; |
|
|
|
text-align: center; |
|
|
|
height: 50rpx; |
|
|
|
font-size: 44rpx; |
|
|
|
font-family: DINAlternate-Bold, DINAlternate; |
|
|
|
font-size: 36rpx; |
|
|
|
font-family: SourceHanSansCN-Medium, SourceHanSansCN; |
|
|
|
font-weight: bold; |
|
|
|
color: #333333; |
|
|
|
line-height: 50rpx; |
|
|
|
|