|
@@ -49,6 +49,11 @@
|
|
|
class="booster-station-body"
|
|
|
v-if="wpId === 'SXJ_KGDL_PL_GDC_STA'"
|
|
|
/>
|
|
|
+ <!-- 天镇旭升 -->
|
|
|
+ <GFtianzhenxusheng
|
|
|
+ class="booster-station-body"
|
|
|
+ v-if="wpId === 'SXJ_KGDL_TZ_GDC_STA'"
|
|
|
+ />
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -58,7 +63,7 @@ import GFfangshansunjiashan from "./components/fangshansunjiashan.vue";
|
|
|
import GFfanshijunfan from "./components/fanshijunfan.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 GFyingxianjinghui from "./components/yingxianjinghui.vue";
|
|
@@ -73,7 +78,7 @@ export default {
|
|
|
GFfanshijunfan,
|
|
|
GFhuairenchuchen,
|
|
|
GFpingluzuhu,
|
|
|
-
|
|
|
+ GFtianzhenxusheng,
|
|
|
GFtunliuwuyuan,
|
|
|
GFyanggao,
|
|
|
GFyingxianjinghui,
|