From 7d02699a0b2d425f3f9f3dd6af872bbc1d352710 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期二, 20 四月 2021 11:46:36 +0800 Subject: [PATCH] 图层控制BUG修改 --- src/components/BaseNav/WasteGas/WasteGasIndex.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/WasteGas/WasteGasIndex.vue b/src/components/BaseNav/WasteGas/WasteGasIndex.vue index f8c0d3d..0fb7f62 100644 --- a/src/components/BaseNav/WasteGas/WasteGasIndex.vue +++ b/src/components/BaseNav/WasteGas/WasteGasIndex.vue @@ -3,7 +3,7 @@ <template v-slot:tabs> <public-tabs :storagePlaceId="storagePlaceId"></public-tabs> </template> - <template v-slot:table> + <template v-slot:publicPart> <public-echarts></public-echarts> </template> <template v-slot:video> -- Gitblit v1.8.0