From f3ab28fd376caec5b142145d9b779d846f9fbc10 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期一, 31 五月 2021 10:23:28 +0800 Subject: [PATCH] 企业应急-事件上报布局问题修改 --- src/components/base-page/WasteWater/WasteWaterIndex.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/base-page/WasteWater/WasteWaterIndex.vue b/src/components/base-page/WasteWater/WasteWaterIndex.vue index d5c3167..38dc2a7 100644 --- a/src/components/base-page/WasteWater/WasteWaterIndex.vue +++ b/src/components/base-page/WasteWater/WasteWaterIndex.vue @@ -25,12 +25,12 @@ <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> +<!-- <template v-slot:video> <public-video></public-video> - </template> + </template>--> </public-sector> </template> @@ -47,7 +47,17 @@ export default { name: 'WasteWaterIndex', - props: ['storagePlaceId'], + props: { + storagePlaceId: { + type: Object + }, + OnlineMonEmissPointId: { + type: Number + }, + LabMonPointId: { + type: Number + } + }, components: { PublicSector, PublicTabs, -- Gitblit v1.8.0