瀏覽代碼

大屏展示

zy 1 年之前
父節點
當前提交
fbe48aa9ab

+ 1 - 1
nerpemde-ui/src/views/largeScreenPage/Subpage/preProjectResources.vue

@@ -184,7 +184,7 @@ export default {
         // {name: '黑龙江华电佳木斯灰场50MW光伏项目', value: '15'},
         // {name: '黑龙江华电哈三灰场100MW光伏项目', value: '16'}
       ],
-      mapMark: 'mapBtuOne',
+      mapMark: 'mapBtuThree',
       //地图传值
       mapValue: {
         level: null,//地图层级

+ 1 - 1
nerpemde-ui/src/views/largeScreenPage/Subpage/projectInfo.vue

@@ -300,7 +300,7 @@ export default {
         id: this.project.id,
         allPointInfo: this.allPointInfo,//所有点位信息
       }
-      this.mapMark = id
+      // this.mapMark = id
       let clickItem = document.getElementById(id)
       let activeItem = document.querySelector('.mapBtuBefore')
       activeItem.classList.remove('mapBtuBefore')

+ 3 - 3
nerpemde-ui/src/views/largeScreenPage/Subpage/provincialEnergyStations.vue

@@ -14,7 +14,7 @@
           <span class="btuText">在运场站</span>
         </div>
         <div class="topBtu topLeftBtu" @click="back()">
-          <span class="btuText">返回&nbsp;</span>
+          <span class="btuText">某省风光资源概况&nbsp;</span>
         </div>
         <div class="topBtu topRightBtu" @click="push()">
           <span class="btuText">后台管理</span>
@@ -332,13 +332,13 @@ export default {
 .topRightBtu {
   background: url(../../../assets/largeScreenImg/index/topRightBtuBg.png) 100% no-repeat;
   background-size: 100% 100%;
-  width: 50%;
+  width: 40%;
 }
 
 .topLeftBtu {
   background: url(../../../assets/largeScreenImg/index/topLeftBtuBg.png) 100% no-repeat;
   background-size: 100% 100%;
-  width: 30%;
+  width: 60%;
 }
 
 .rightTextBg {

+ 4 - 3
nerpemde-ui/src/views/largeScreenPage/Subpage/stationInfo.vue

@@ -66,7 +66,7 @@
         <div id="mapBtuFive" class="mapBtu mapBtuAfter" @click="clickBtu('mapBtuFive')">
           <span class="mapBtuText">光资源分布图</span>
         </div>
-        <div id="mapBtu3D" class="mapBtu mapBtuAfter" >
+        <div id="mapBtu3D" class="mapBtu mapBtuAfter" @click="dialog3DMap()">
           <span class="mapBtuText">3D地形图</span>
         </div>
       </div>
@@ -75,10 +75,10 @@
       <bige-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtuThree'">
-<!--      <bige-heat-map ref="childMethod" :mapValue="mapValue"/>-->
+      <bige-heat-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtuFive'">
-<!--      <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>-->
+      <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtu'">
 <!--      <zai-xian-bige-map ref="childMethod" :mapValue="mapValue"/>-->
@@ -288,6 +288,7 @@ export default {
       this.dialogVisible = false
     },
     clickBtu(id) {
+      console.log(this.$refs.childMethod.level)
       let center = this.$refs.childMethod.center
       let level = this.$refs.childMethod.level
       this.mapValue ={

+ 3 - 3
nerpemde-ui/src/views/largeScreenPage/Subpage/stationResources.vue

@@ -100,10 +100,10 @@
       <bige-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtuThree'">
-<!--      <bige-heat-map ref="childMethod" :mapValue="mapValue"/>-->
+      <bige-heat-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtuFive'">
-<!--      <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>-->
+      <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>
     </div>
     <div v-if="mapMark === 'mapBtu'">
 <!--      <zai-xian-bige-map ref="childMethod" :mapValue="mapValue"/>-->
@@ -167,7 +167,7 @@ export default {
       },
       //一类项目列表
       stationOptions: [],
-      mapMark: 'mapBtuOne',
+      mapMark: 'mapBtuThree',
       //地图传值
       mapValue: {
         level: null,//地图层级

+ 4 - 1
nerpemde-ui/src/views/largeScreenPage/index.vue

@@ -10,6 +10,9 @@
         <span class="title">某省风光资源概况</span>
       </div>
       <div class="btuGroup">
+        <div class="topBtu topLeftBtu">
+          <span class="btuText">某省风光资源概况&nbsp;</span>
+        </div>
         <div class="topBtu topLeftBtu" @click="pushNext()">
           <span class="btuText">全省风光场站概况&nbsp;</span>
         </div>
@@ -267,7 +270,7 @@ export default {
   right: 0;
   top: 0;
   color: white;
-  width: 20%;
+  width: 30%;
   height: 5.5%;
   display: flex;
   font-size: 18px;