From bd3572a541f3698a9ed1e45c09c37529253b26e3 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期三, 31 三月 2021 18:36:32 +0800
Subject: [PATCH] 工具栏BUG

---
 src/components/BaseNav/PublicBounced/GasComponents/GasTabs.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasTabs.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasTabs.vue
index d4583ca..cb65c0c 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/GasTabs.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/GasTabs.vue
@@ -6,14 +6,17 @@
     <el-tab-pane label="鏈堟暟鎹�" name="third">鏈堟暟鎹�</el-tab-pane>
     <el-tab-pane label="浜哄伐鏁版嵁" name="fourth">浜哄伐鏁版嵁</el-tab-pane>
   </el-tabs>
-  <EchartsTab></EchartsTab>
-  <GasECharts></GasECharts>>
+<!--  <EchartsTab></EchartsTab>-->
+<!--  <GasECharts></GasECharts>>-->
 </div>
 </template>
 
 <script>
+// import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts'
 export default {
-  name: 'GasTabs'
+  name: 'GasTabs',
+  components: {}
+  // GasECharts
 }
 </script>
 

--
Gitblit v1.8.0