|
|
@@ -152,6 +152,41 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view v-if="false" style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> |
|
|
|
<view class="single" v-if="false"> |
|
|
|
<view class="title"> |
|
|
|
<view class="title1" style="flex: 1;">接待未标顾问(TOP10)</view> |
|
|
|
</view> |
|
|
|
<view class="hejisan"> |
|
|
|
<view class="sanbox1" style="width: 35%;"> |
|
|
|
<view class="text1-1">合计</view> |
|
|
|
<view class="text1-2">{{newlisttabinfo4.total}}</view> |
|
|
|
</view> |
|
|
|
<view class="sanbox1" style="width: 40%;"> |
|
|
|
<view class="text1-1">顾问</view> |
|
|
|
<view class="text1-2">{{newlisttabinfo4.count}}</view> |
|
|
|
</view> |
|
|
|
<view class="sanbox1" style="width: 25%;"> |
|
|
|
<view class="text1-1">人均违禁次数</view> |
|
|
|
<view class="text1-2">{{newlisttabinfo4.avg}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="jindu" style="height: 360rpx;overflow: auto;"> |
|
|
|
<view v-if="newlisttabinfo4.result.length!=0" class="jindu-box" v-for="(item,index) in newlisttabinfo4.result" :key="index"> |
|
|
|
<view class="jindu-boxche"> |
|
|
|
<view class="jindu-name" v-if="item.name">{{item.name.substring(0,4)}}</view> |
|
|
|
<view style="width: 440rpx;margin-left: 10rpx;"> |
|
|
|
<u-line-progress height="24" :show-percent="false" active-color="#FBA448" :percent="item.zxl1"></u-line-progress> |
|
|
|
</view> |
|
|
|
<view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="newlisttabinfo4.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;"> |
|
|
|
暂无数据 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar> |
|
|
|
</view> |
|
|
|