| | |
| | | <i style=" background: #fc1d04;"></i> |
| | | </div> |
| | | </div> |
| | | <component :is="currentTab" ref="RealData"></component> |
| | | <component :is="currentTab" :OnlineMonEmissPointId="OnlineMonEmissPointId" :LabMonPointId='LabMonPointId' ref="RealData"></component> |
| | | </div> |
| | | </template> |
| | | <!-- <template v-slot:video> |
| | |
| | | |
| | | export default { |
| | | name: 'WasteWaterIndex', |
| | | props: ['storagePlaceId'], |
| | | props: { |
| | | storagePlaceId: { |
| | | type: Object |
| | | }, |
| | | OnlineMonEmissPointId: { |
| | | type: Number |
| | | }, |
| | | LabMonPointId: { |
| | | type: Number |
| | | } |
| | | }, |
| | | components: { |
| | | PublicSector, |
| | | PublicTabs, |