| | |
| | | |
| | | <script> |
| | | import EnvRiskSearch from './topicSearch/EnvRiskSearch' |
| | | import DischargeSearch from './topicSearch/DischargeSearch' |
| | | import PollutionSourceSearch from './topicSearch/PollutionSourceSearch' |
| | | import { topicList } from '../../conf/Topic' |
| | | |
| | | import GasWasteSearch from '@components/panel/topicSearch/GasWasteSearch' |
| | | import WaterWasteSearch from '@components/panel/topicSearch/WaterWasteSearch' |
| | | import WasteGasSearch from '@components/panel/topicSearch/WasteGasSearch' |
| | | import WasteWaterSearch from '@components/panel/topicSearch/WasteWaterSearch' |
| | | import SolidWasteSearch from '@components/panel/topicSearch/SolidWasteSearch' |
| | | import SewersSearch from '@components/panel/topicSearch/SewersSearch' |
| | | import SoilGroundWaterSearch from '@components/panel/topicSearch/SoilGroundWaterSearch.vue' |
| | |
| | | export default { |
| | | name: 'MonitorPanel', |
| | | components: { |
| | | GasWasteSearch, |
| | | WaterWasteSearch, |
| | | WasteGasSearch, |
| | | WasteWaterSearch, |
| | | SolidWasteSearch, |
| | | EnvRiskSearch, |
| | | DischargeSearch, |
| | | PollutionSourceSearch, |
| | | EnterpriseEmergencySearch |
| | | }, |
| | | data () { |
| | |
| | | this.title = val.name |
| | | switch (val.name) { |
| | | case '污染源': |
| | | this.gcComp = DischargeSearch |
| | | this.gcComp = PollutionSourceSearch |
| | | break |
| | | case '废水': |
| | | this.gcComp = WaterWasteSearch |
| | | this.gcComp = WasteWaterSearch |
| | | break |
| | | case '废气': |
| | | this.gcComp = GasWasteSearch |
| | | this.gcComp = WasteGasSearch |
| | | break |
| | | case '固废': |
| | | this.gcComp = SolidWasteSearch |
| | |
| | | background: @background-color4; |
| | | color: @color-tool; |
| | | position: absolute; |
| | | top: 24px; |
| | | top: 20px; |
| | | left: 0.02rem; |
| | | border: none; //1px solid @color-tool; |
| | | width: 0.2rem; |