|
@ -16,10 +16,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div id="myMapZd" v-if="mapFlag == 'Amap'"> |
|
|
<div id="myMapZd" v-if="mapFlag == 'Amap'"> |
|
|
<div> |
|
|
<div> |
|
|
<!-- <screen-map-header |
|
|
<div class="header">园区成绩、成果展示</div> |
|
|
v-if="showPage" |
|
|
|
|
|
:data="headerList" |
|
|
|
|
|
></screen-map-header> --> |
|
|
|
|
|
<screen-map-legeng v-if="showPage"></screen-map-legeng> |
|
|
<screen-map-legeng v-if="showPage"></screen-map-legeng> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -149,7 +146,6 @@ export default { |
|
|
this.switcMapType1(data) |
|
|
this.switcMapType1(data) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
console.log(JSON.stringify(daoluArr)) |
|
|
|
|
|
selectConfigList({ type: 2 }).then((res) => { |
|
|
selectConfigList({ type: 2 }).then((res) => { |
|
|
this.headerList = this.headerList.map((item) => { |
|
|
this.headerList = this.headerList.map((item) => { |
|
|
const data = res.data.filter((i) => i.name == item.name) |
|
|
const data = res.data.filter((i) => i.name == item.name) |
|
@ -404,6 +400,18 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
.header{ |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 190px; |
|
|
|
|
|
left: 50%; |
|
|
|
|
|
transform: translateX(-125px); |
|
|
|
|
|
width: 250px; |
|
|
|
|
|
height:50px; |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
font-size: 25px; |
|
|
|
|
|
font-family: 'PingFang Simple Bold'; |
|
|
|
|
|
z-index: 10; |
|
|
|
|
|
} |
|
|
.next1 { |
|
|
.next1 { |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|