| | |
| | | <template> |
| | | <div> |
| | | <el-tabs v-model="activeName" @tab-click="handleClick"> |
| | | <el-tabs v-model="activeName" @tab-click="handleClick"> |
| | | <!-- <el-tab-pane label="废水" name="first"> |
| | | <waste-water></waste-water> |
| | | </el-tab-pane> |
| | |
| | | |
| | | <script> |
| | | import WasteWater from '@components/table/components/WasteWater' |
| | | import ReportTable from '../../../components/BaseNav/SoilGroundwater/ReportTable' |
| | | |
| | | // import WasteGas from '@components/table/components/WasteGas' |
| | | import SolidWaste from '@components/table/components/SolidWaste' |
| | | import SolidWaste from '@components/table/components/WasteSolid' |
| | | import AirQuality from '@components/table/components/AirQuality' |
| | | |
| | | import { TopicList } from '../../../conf/Topic' |
| | |
| | | this.gcComp = AirQuality |
| | | break |
| | | case '土壤及地下水': |
| | | this.gcComp = AirQuality |
| | | this.gcComp = ReportTable |
| | | break |
| | | case '管线': |
| | | this.gcComp = AirQuality |