Compare commits

...

2 Commits

4 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@
<span class="fz-14 fw-b fc-w">督查长</span>
</div>
<div class="flex-1 fz-14 fc-w" style="line-height: 28px">
<span v-for="(it,idx) in item.dcz" :key="idx">{{it.name}}</span>
<span v-for="(it,idx) in item.dcz" :key="'dcz'+idx">{{it.name}}</span>
</div>
</div>
<div class="content-li flex">
@ -50,7 +50,7 @@
<span class="fz-14 fw-b fc-w">副督查长</span>
</div>
<div class="flex-1 fz-14 fc-w" style="line-height: 28px">
<span v-for="(it,idx) in item.fdcz" :key="idx">{{it.name}}</span>
<span v-for="(it,idx) in item.fdcz" :key="'fdcz'+idx">{{it.name}}</span>
</div>
</div>
@ -60,8 +60,8 @@
<span class="fz-14 fw-b fc-w">县级包保领导</span>
</div>
<div class="flex-1 fz-14 fc-w" style="line-height: 28px">
<span v-for="(it,idx) in item.dcz" :key="idx">{{it.name}}</span>
<span v-for="(it,idx) in item.fdcz" :key="idx">{{it.name}}</span>
<span v-for="(it,idx) in item.dcz" :key="'dcz1'+idx">{{it.name}}</span>
<span v-for="(it,idx) in item.fdcz" :key="idx">{{'fdcz1'+it.name}}</span>
</div>
</div>
@ -94,7 +94,7 @@ export default {
watch: {},
created() {
this.getListData();
// this.getListData();
// 线
this.getOnLineInfo();
@ -104,7 +104,7 @@ export default {
mounted() {
setInterval(() => {
this.getOnLineInfo();
}, 2000);
}, 5000);
},
methods: {
getBannerArr() {

View File

@ -56,7 +56,7 @@ export default {
this.getLayerListData()
},
mounted(){
console.log('globalmap',window.globalmap)
// console.log('globalmap',window.globalmap)
},
methods:{
handleMouseEnter(item){

View File

@ -36,7 +36,7 @@
'X-Token':localStorage.getItem("X-Token")
}
}).then(res=>{
console.log('1111',res)
// console.log('1111',res)
let rel = res.data.data
this.handleEcharts(rel)
})

View File

@ -115,7 +115,7 @@
},
mounted(){
this.initDrawLayer();
console.log("globalmap",window.globalmap);
// console.log("globalmap",window.globalmap);
},