chenminghua il y a 2 ans
Parent
commit
9bffd17380

+ 2 - 2
src/views/Home/components/map.vue

@@ -177,12 +177,12 @@
       ></MCHGDC>
 
       <!-- 大武口 -->
-      <!-- <DWKGDC
+      <DWKGDC
         v-if="mapName === 'DWK_GDC'"
         :data="sourceMap"
         @clickFj="clickFj"
         @changePeriod="changePeriod"
-      ></DWKGDC> -->
+      ></DWKGDC>
 
       <!-- 埃肯 -->
       <AKGDC

+ 2 - 2
src/views/Home/components/map/AK_GDC.vue

@@ -70,7 +70,7 @@
 					<rect x="55" y="45" width="130" height="23" stroke="#46C55A35" fill="#000000" opacity="0.8" />
 					<text x="60" y="62" fill="#919697" font-size="14">1#集电线</text>
 					<text x="180" y="62" fill="#05bb4c" font-size="14" text-anchor="end">
-						{{ sourceMap.DWK02_XL_fcgl }}万kw
+						{{ sourceMap.AK01_XL_fcgl }}万kw
 					</text>
 				</g>
 			</g>
@@ -81,7 +81,7 @@
 <script>
 	export default {
 		// 名称
-		name: "SvgMapDWK",
+		name: "SvgMapAK",
 		// 使用组件
 		components: {},
 		// 传入参数