|
@@ -4,7 +4,7 @@
|
|
|
<!-- 光伏 *************** -->
|
|
|
|
|
|
<!-- 繁峙均然 -->
|
|
|
- <GFfanshijunfan
|
|
|
+ <GFfanshijunran
|
|
|
class="booster-station-body"
|
|
|
v-if="wpId === 'SXJ_KGDL_JR_GDC_STA'"
|
|
|
/>
|
|
@@ -19,12 +19,12 @@
|
|
|
v-if="wpId === 'SXJ_KGDL_TL_GDC_STA'"
|
|
|
/>
|
|
|
<!-- 山阴荣新 -->
|
|
|
- <GFshanyinrongxing
|
|
|
+ <GFshanyinrongxin
|
|
|
class="booster-station-body"
|
|
|
v-if="wpId === 'SXJ_KGDL_SY_GDC_STA'"
|
|
|
/>
|
|
|
<!-- 阳高蔚家堡 -->
|
|
|
- <GFyanggao
|
|
|
+ <GFyanggaoweijiabao
|
|
|
class="booster-station-body"
|
|
|
v-if="wpId === 'SXJ_KGDL_YG_GDC_STA'"
|
|
|
/>
|
|
@@ -58,14 +58,14 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import headerButton from "../../components/headerButton.vue";
|
|
|
-import GFshanyinrongxing from "./components/shanyinrongxing.vue";
|
|
|
+import GFshanyinrongxin from "./components/shanyinrongxin.vue";
|
|
|
import GFfangshansunjiashan from "./components/fangshansunjiashan.vue";
|
|
|
-import GFfanshijunfan from "./components/fanshijunfan.vue";
|
|
|
+import GFfanshijunran from "./components/fanshijunran.vue";
|
|
|
import GFhuairenchuchen from "./components/huairenchuchen.vue";
|
|
|
import GFpingluzuhu from "./components/pingluzuhu.vue";
|
|
|
import GFtianzhenxusheng from "./components/tianzhenxusheng.vue";
|
|
|
import GFtunliuwuyuan from "./components/tunliuwuyuan.vue";
|
|
|
-import GFyanggao from "./components/yanggao.vue";
|
|
|
+import GFyanggaoweijiabao from "./components/yanggaoweijiabao.vue";
|
|
|
import GFyingxianjinghui from "./components/yingxianjinghui.vue";
|
|
|
import GFyouyuyouwei from "./components/youyuyouwei.vue";
|
|
|
|
|
@@ -73,14 +73,14 @@ export default {
|
|
|
name: "lightBoosterStation",
|
|
|
components: {
|
|
|
headerButton,
|
|
|
- GFshanyinrongxing,
|
|
|
+ GFshanyinrongxin,
|
|
|
GFfangshansunjiashan,
|
|
|
- GFfanshijunfan,
|
|
|
+ GFfanshijunran,
|
|
|
GFhuairenchuchen,
|
|
|
GFpingluzuhu,
|
|
|
GFtianzhenxusheng,
|
|
|
GFtunliuwuyuan,
|
|
|
- GFyanggao,
|
|
|
+ GFyanggaoweijiabao,
|
|
|
GFyingxianjinghui,
|
|
|
GFyouyuyouwei,
|
|
|
},
|