| | |
| | | |
| | | <script> |
| | | import WasteWater from '@components/table/components/WasteWater' |
| | | // import WasteGas from '@components/table/components/WasteGas' |
| | | |
| | | import SoilGroundwater from '@components/table/components/SoilGroundwater' |
| | | |
| | | import WasteGas from '@components/table/components/WasteGas' |
| | | import SolidWaste from '@components/table/components/WasteSolid' |
| | | import AirQuality from '@components/table/components/AirQuality' |
| | | |
| | |
| | | components: { |
| | | WasteWater, |
| | | // WasteGas, |
| | | // SoilGroundwater, |
| | | SolidWaste, |
| | | AirQuality |
| | | }, |
| | |
| | | this.gcComp = WasteWater |
| | | break |
| | | case '废气': |
| | | this.gcComp = WasteWater |
| | | this.gcComp = WasteGas |
| | | break |
| | | case '固废': |
| | | this.gcComp = SolidWaste |
| | |
| | | this.gcComp = AirQuality |
| | | break |
| | | case '土壤及地下水': |
| | | this.gcComp = AirQuality |
| | | this.gcComp = SoilGroundwater |
| | | break |
| | | case '管线': |
| | | this.gcComp = AirQuality |