浏览代码

1.首页黑、白版海子井图;
2.光伏矩阵less

wangmengwei 3 年之前
父节点
当前提交
f52fa30f47

+ 1 - 0
src/assets/styles/common/common.less

@@ -26,6 +26,7 @@
 // 驾驶舱模块
 @import "../theme/light/jsc/status.less"; // 状态监视
 @import "../theme/light/jsc/lightmatrix1.less"; // 基础矩阵
+@import "../theme/light/jsc/lightmatrix2.less"; // 光伏矩阵
 @import "../theme/light/jsc/info.less"; // 单机状态监视  /monitor/windsite/info/MHS_FDC/MG01_01
 @import "../theme/light/jsc/inverter-info.less"; //monitor/windsite/inverter-info/MHS_FDC/MG01_01
 @import "../theme/light/jsc/matrix.less";//风场矩阵 /monitor/windsite/matrix/MHS_FDC

+ 6 - 0
src/assets/styles/theme/light/jsc/lightmatrix1.less

@@ -67,6 +67,12 @@
 
 		.panel-body {
 			background: @white;
+			.gray{
+				color: @white;
+			}
+			.green{
+				color: @green;
+			}
 		}
 
 		.card-panel .card-left .tag {

+ 5 - 1
src/assets/styles/theme/light/jsc/lightmatrix2.less

@@ -2,5 +2,9 @@
 
 #appBody.light {
     // 光伏矩阵
-   
+   .light-matrix .panel .item2{
+	   .num1,.num2,.num3{
+	   	   color:@black;
+	   }
+   }
 }

+ 11 - 1
src/views/Home/components/map.vue

@@ -199,6 +199,14 @@
         @clickFj="clickFj"
         @changePeriod="changePeriod"
       ></XHGDC>
+	  
+	  <!-- 海子井 -->
+	  <HZJGDC
+	    v-if="mapName === 'HZJ_GDC'"
+	    :data="sourceMap"
+	    @clickFj="clickFj"
+	    @changePeriod="changePeriod"
+	  ></HZJGDC>
     </div>
   </div>
 </template>
@@ -226,7 +234,8 @@ import DWKGDC from "./map/DWK_GDC.vue";
 import PLGDC from "./map/PL_GDC.vue";
 // 宣和
 import XHGDC from "./map/XH_GDC.vue";
-
+// 海子井
+import HZJGDC from "./map/HZJ_GDC.vue";
 import SvgIcon from "../../../components/coms/icon/svg-icon.vue";
 import compassIcon from "@/assets/icon/svg_fill/compass.svg";
 export default {
@@ -244,6 +253,7 @@ export default {
     DWKGDC,
     PLGDC,
     XHGDC,
+	HZJGDC,
     SvgIcon,
   },
   props: {

文件差异内容过多而无法显示
+ 319 - 0
src/views/Home/components/map/HZJ_GDC.vue


+ 1 - 1
src/views/Home/components/map/svg-map-nx.vue

@@ -172,7 +172,7 @@
           <g
             v-if="showType === 'all' || showType === 'gf'"
             class="item-label"
-            @click="clickLabel('HZJ_FDC', '海子井光电场')"
+            @click="clickLabel('HZJ_GDC', '海子井光电场')"
             @mouseover="mouseover(9)"
             @mouseout="mouseout"
           >

+ 0 - 1
src/views/LightMatrix2/LightMatrix2.vue

@@ -405,7 +405,6 @@ export default {
               }
             }
             that.sourceMap = sourceMap;
-                 console.log('sourceMap:',that.sourceMap)
             if (that.fillCategory) {
               that.changeShow(that.fillCategory, that.fillFjzt, true);
             }