Browse Source

园区成绩成果展示

master
mk 12 months ago
parent
commit
f8cbd00f34
  1. BIN
      public/images/map/mapImg.zip
  2. 2
      src/views/next/index.vue
  3. 18
      src/views/next/screen-content-map/cpt/zdyf-map.vue

BIN
public/images/map/mapImg.zip

Binary file not shown.

2
src/views/next/index.vue

@ -149,7 +149,7 @@ export default {
data () { data () {
return { return {
width: 1920, width: 1920,
height: 960 height: 1080
} }
}, },
watch: { watch: {

18
src/views/next/screen-content-map/cpt/zdyf-map.vue

@ -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;

Loading…
Cancel
Save