@@ -167,8 +167,11 @@ | |||||
<div class="title"> | <div class="title"> | ||||
<div class="text1">维度触达占比</div> | <div class="text1">维度触达占比</div> | ||||
</div> | </div> | ||||
<div v-if="indexZxllist.length==0" style="display:flex;justify-content: center; align-items: center;height: 60%;"> | |||||
<div>暂无数据</div> | |||||
<div v-if="indexZxllist.length==0" style="display:flex;justify-content: center; align-items: center;height: 60%;text-align:center;color: #909399;"> | |||||
<div class="imgboxc" style="margin-top:40px;"> | |||||
<img class="imgboxc-img" src="/img/nullnull.png" alt="" /> | |||||
<div class="nulltext">暂无数据</div> | |||||
</div> | |||||
</div> | </div> | ||||
<div v-else class="tabbox" style="display:flex;flex-wrap: wrap;height: 290px;overflow-y: auto;width: 90%;margin:0 auto;"> | <div v-else class="tabbox" style="display:flex;flex-wrap: wrap;height: 290px;overflow-y: auto;width: 90%;margin:0 auto;"> | ||||
<div v-for="(item,index) in indexZxllist" :key="index" style="width:33.3%;margin-top: 10px;cursor: pointer;"> | <div v-for="(item,index) in indexZxllist" :key="index" style="width:33.3%;margin-top: 10px;cursor: pointer;"> | ||||
@@ -187,8 +190,11 @@ | |||||
<div class="text1">顾问执行率排名(TOP10)</div> | <div class="text1">顾问执行率排名(TOP10)</div> | ||||
</div> | </div> | ||||
<div v-if="employeeExecutionRatelist.list.length==0" style="display:flex;justify-content: center; align-items: center;height: 60%;"> | |||||
<div>暂无数据</div> | |||||
<div v-if="employeeExecutionRatelist.list.length==0" style="display:flex;justify-content: center; align-items: center;height: 60%;text-align:center;color: #909399;"> | |||||
<div class="imgboxc" style="margin-top:40px;"> | |||||
<img class="imgboxc-img" src="/img/nullnull.png" alt="" /> | |||||
<div class="nulltext">暂无数据</div> | |||||
</div> | |||||
</div> | </div> | ||||
<div class="hejisan" v-if="employeeExecutionRatelist.list.length!=0"> | <div class="hejisan" v-if="employeeExecutionRatelist.list.length!=0"> | ||||
<div class="sanbox1" style="width: 40%;"> | <div class="sanbox1" style="width: 40%;"> | ||||
@@ -151,7 +151,7 @@ | |||||
<div class="text1-2">{{objList1.avg}}次</div> | <div class="text1-2">{{objList1.avg}}次</div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="overflow-y:auto;height: 350px;width: 94%;margin: 0 auto;"> | |||||
<div style="overflow-y:auto;height: 250px;width: 94%;margin: 0 auto;"> | |||||
<div class="jinbox" v-for="(item,i) in objList1.list" :key='i'> | <div class="jinbox" v-for="(item,i) in objList1.list" :key='i'> | ||||
<div class="jinboxtit">{{item.name}}</div> | <div class="jinboxtit">{{item.name}}</div> | ||||
<div class="jinbox-box"> | <div class="jinbox-box"> | ||||
@@ -175,7 +175,7 @@ | |||||
<div class="text1-2">{{objList2.avg}}%</div> | <div class="text1-2">{{objList2.avg}}%</div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="overflow-y:auto;height: 350px;width: 94%;margin: 0 auto;"> | |||||
<div style="overflow-y:auto;height: 250px;width: 94%;margin: 0 auto;"> | |||||
<div class="jinbox" v-for="(item,i) in objList2.list" :key='i'> | <div class="jinbox" v-for="(item,i) in objList2.list" :key='i'> | ||||
<div class="jinboxtit">{{item.name}}</div> | <div class="jinboxtit">{{item.name}}</div> | ||||
<div class="jinbox-box"> | <div class="jinbox-box"> | ||||
@@ -206,7 +206,7 @@ | |||||
<div class="text1-2">{{objList3.avg}}次</div> | <div class="text1-2">{{objList3.avg}}次</div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="overflow-y:auto;height: 350px;width: 94%;margin: 0 auto;"> | |||||
<div style="overflow-y:auto;height: 250px;width: 94%;margin: 0 auto;"> | |||||
<div class="jinbox" v-for="(item,i) in objList3.list" :key='i'> | <div class="jinbox" v-for="(item,i) in objList3.list" :key='i'> | ||||
<div class="jinboxtit">{{item.name}}</div> | <div class="jinboxtit">{{item.name}}</div> | ||||
<div class="jinbox-box"> | <div class="jinbox-box"> | ||||
@@ -234,7 +234,7 @@ | |||||
<div class="text1-2">{{objList4.avg}}分钟</div> | <div class="text1-2">{{objList4.avg}}分钟</div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="overflow-y:auto;height: 350px;width: 94%;margin: 0 auto;"> | |||||
<div style="overflow-y:auto;height: 250px;width: 94%;margin: 0 auto;"> | |||||
<div class="jinbox" v-for="(item,i) in objList4.list" :key='i'> | <div class="jinbox" v-for="(item,i) in objList4.list" :key='i'> | ||||
<div class="jinboxtit">{{item.name}}</div> | <div class="jinboxtit">{{item.name}}</div> | ||||
<div class="jinbox-box"> | <div class="jinbox-box"> | ||||
@@ -172,9 +172,13 @@ | |||||
<div class="text1-2"> </div> | <div class="text1-2"> </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div style="height: 350px; width: 94%; margin: 0 auto"> | |||||
<div v-if="data4flag" style="height: 350px; width: 94%; margin: 0 auto"> | |||||
<div id="data4" style="height: 350px"></div> | <div id="data4" style="height: 350px"></div> | ||||
</div> | </div> | ||||
<div v-else style="height: 350px; width: 94%; margin: 0 auto;text-align:center;color: #999999;"> | |||||
<img class="imgboxc-img" src="/img/nullnull.png" alt="" /> | |||||
<div class="nulltext">暂无数据</div> | |||||
</div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
@@ -436,7 +440,8 @@ export default { | |||||
tablist: [], | tablist: [], | ||||
houseList: [], | houseList: [], | ||||
role: "", | role: "", | ||||
data6flag:true | |||||
data6flag:true, | |||||
data4flag:true | |||||
}; | }; | ||||
}, | }, | ||||
computed: { | computed: { | ||||
@@ -4,8 +4,8 @@ | |||||
*/ | */ | ||||
// const url = 'http://pigx-gateway' | // const url = 'http://pigx-gateway' | ||||
// const url = 'http://39.97.167.65:9999' //测试 | // const url = 'http://39.97.167.65:9999' //测试 | ||||
const url = 'http://192.168.31.169:9999' //长龙 | |||||
// const url = 'http://192.168.31.134:9999' //嘉豪 | |||||
// const url = 'http://192.168.31.169:9999' //长龙 | |||||
const url = 'http://192.168.31.134:9999' //嘉豪 | |||||
// const url = 'http://192.168.31.100:9999' //王笑 | // const url = 'http://192.168.31.100:9999' //王笑 | ||||
// const url = 'http://nitu5e.natappfree.cc' //王笑 | // const url = 'http://nitu5e.natappfree.cc' //王笑 | ||||