|
|
@@ -147,8 +147,8 @@ |
|
|
|
<view class="heji">合计:50</view> |
|
|
|
<view class="heji">均值:25</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class="jindu" style="margin-top: 20rpx;"> |
|
|
|
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo.length==0">暂无数据</view> |
|
|
|
<view v-else class="jindu" style="margin-top: 20rpx;"> |
|
|
|
<scroll-view style="height: 300rpx;" scroll-y="true"> |
|
|
|
<view class="jindu-box" v-for="(item,index) in newlisttabinfo" :key="index"> |
|
|
|
<view class="jindu-boxche"> |
|
|
@@ -175,7 +175,8 @@ |
|
|
|
:is-scroll="true"> |
|
|
|
</u-tabs-swiper> |
|
|
|
</view> |
|
|
|
<view class="jindu"> |
|
|
|
<view style="width: 100%;height: 300rpx;text-align: center;line-height: 300rpx;" v-if="newlisttabinfo1.length==0">暂无数据</view> |
|
|
|
<view class="jindu" v-else> |
|
|
|
<scroll-view style="height: 300rpx;" scroll-y="true"> |
|
|
|
<view class="jindu-box" v-for="(item,index) in newlisttabinfo1" :key="index"> |
|
|
|
<view class="jindu-boxche"> |
|
|
@@ -308,19 +309,7 @@ |
|
|
|
zxl: '80' |
|
|
|
}, |
|
|
|
], |
|
|
|
newlisttabinfo1: [{ |
|
|
|
name: '接待量', |
|
|
|
zxl: '10' |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '平均执行率', |
|
|
|
zxl: '50' |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '接待客户', |
|
|
|
zxl: '80' |
|
|
|
}, |
|
|
|
], |
|
|
|
newlisttabinfo1: [], |
|
|
|
Theteamcomparedisshow: false, |
|
|
|
Groupcontrastisshow: false, |
|
|
|
allechar: [], |
|
|
|