From afd4342bccb0e111fe4134fa7693f50b0b91fdbd Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期三, 31 三月 2021 19:00:51 +0800
Subject: [PATCH] 工具条调整

---
 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 9bde5ef..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