src/components/BaseNav/PublicBounced/PublicBounced.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/MapTemplate.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -8,7 +8,6 @@ <div class="public-bounced-content-left"> <GasTable :displayContent="displayContent"></GasTable> <GasECharts></GasECharts> <!-- <GasTabs></GasTabs>--> </div> <div class="public-bounced-content-right"> <GasVideo></GasVideo> @@ -23,12 +22,10 @@ import GasTable from '@components/BaseNav/PublicBounced/GasComponents/GasTable' import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts' import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/GasVideo' // import GasTabs from '@components/BaseNav/PublicBounced/GasComponents/GasTabs' export default { name: 'PublicBounced', components: { // GasTabs, GasTable, GasECharts, GasVideo @@ -58,7 +55,6 @@ top: 50%; left: 50%; background-color: #002432; margin: 1% auto; border: 1px #9fc5c8 solid; .public-bounced-title { @@ -87,7 +83,6 @@ justify-content: space-around; .public-bounced-content-left { } .public-bounced-content-right { src/views/MapTemplate.vue
@@ -15,6 +15,7 @@ <legend-panel></legend-panel> <summary-sheets></summary-sheets> <enterprise></enterprise> <!-- <el-button id="map-btn" el-icon-c-scale-to-original icon="el-icon-c-scale-to-original" circle @click="isShowHidden"></el-button>--> <el-button type="primary" @click="ChangeState" class="solid-waste">固废</el-button> <el-button type="primary" @click="ChangeWaterState" class="Waste-water">废水</el-button> <el-button type="primary" @click="AddGasHelper" class="flue-gas">废气</el-button> @@ -43,6 +44,7 @@ import AddGasHelper from '@components/BaseNav/flueGas/flueGas' // // 公共展示数据 import PublicBounced from '@components/BaseNav/PublicBounced/PublicBounced' import LayerFactory from '@components/LayerController/service/LayerFactory' export default { name: 'MapTemplate', @@ -62,6 +64,7 @@ }, data () { return { // isShowBtn: false, map: null, lcServiceLayerVisible: false, basemapHelper: {}, @@ -145,7 +148,10 @@ this.$refs.toolBox.map = this.map window.popupComp = this.$refs.popup var layerFactory = new LayerFactory({ L: window.L, map: this.map }) var layerFactory = new LayerFactory({ L: window.L, map: this.map }) layerFactory.init() window.layerFactory = layerFactory