소스 검색

bug修改

chenminghua 2 년 전
부모
커밋
9bffd17380
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/Home/components/map.vue
  2. 2 2
      src/views/Home/components/map/AK_GDC.vue

+ 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: {},
 		// 传入参数