Browse Source

init

newStyle
lancer 2 years ago
parent
commit
81399303ac
4 changed files with 23 additions and 12 deletions
  1. +10
    -4
      src/page/wel.vue
  2. +4
    -4
      src/views/Statistics/BuildingContrast.vue
  3. +7
    -2
      src/views/Statistics/MentoringAbility.vue
  4. +2
    -2
      vue.config.js

+ 10
- 4
src/page/wel.vue View File

@@ -167,8 +167,11 @@
<div class="title">
<div class="text1">维度触达占比</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 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;">
@@ -187,8 +190,11 @@
<div class="text1">顾问执行率排名(TOP10)</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 class="hejisan" v-if="employeeExecutionRatelist.list.length!=0">
<div class="sanbox1" style="width: 40%;">


+ 4
- 4
src/views/Statistics/BuildingContrast.vue View File

@@ -151,7 +151,7 @@
<div class="text1-2">{{objList1.avg}}次</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="jinboxtit">{{item.name}}</div>
<div class="jinbox-box">
@@ -175,7 +175,7 @@
<div class="text1-2">{{objList2.avg}}%</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="jinboxtit">{{item.name}}</div>
<div class="jinbox-box">
@@ -206,7 +206,7 @@
<div class="text1-2">{{objList3.avg}}次</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="jinboxtit">{{item.name}}</div>
<div class="jinbox-box">
@@ -234,7 +234,7 @@
<div class="text1-2">{{objList4.avg}}分钟</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="jinboxtit">{{item.name}}</div>
<div class="jinbox-box">


+ 7
- 2
src/views/Statistics/MentoringAbility.vue View File

@@ -172,9 +172,13 @@
<div class="text1-2">&nbsp;</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>
<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>

@@ -436,7 +440,8 @@ export default {
tablist: [],
houseList: [],
role: "",
data6flag:true
data6flag:true,
data4flag:true
};
},
computed: {


+ 2
- 2
vue.config.js View File

@@ -4,8 +4,8 @@
*/
// const url = 'http://pigx-gateway'
// 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://nitu5e.natappfree.cc' //王笑



Loading…
Cancel
Save