From aae66dc025761b18306b9271625748c26524e6a2 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期三, 07 四月 2021 18:02:34 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
index 8ec4d71..3a372ae 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
@@ -7,7 +7,7 @@
         <ul class="tab">
             <li @click='tabTaggle("ECharts")'>瀹炴椂鏁版嵁</li>
             <li @click='tabTaggle("ECharts")'>灏忔椂鏁版嵁</li>
-            <li @click='tabTaggle("ECharts")'>鏃ユ暟鎹�</li>
+            <li @click='tabTaggle("DateECharts")'>鏃ユ暟鎹�</li>
             <li @click='tabTaggle("ECharts")'>浜哄伐鏁版嵁</li>
         </ul>
         <component :is="currentTab" v-bind="$attrs"></component>
@@ -16,11 +16,13 @@
 
 <script>
 import ECharts from './ECharts'
+import DateECharts from './DateECharts'
 
 export default {
   name: 'PublicChart',
   components: {
-    ECharts
+    ECharts,
+    DateECharts
   },
   data () {
     return {
@@ -30,6 +32,7 @@
   methods: {
     tabTaggle (taggleMenu) {
       this.currentTab = taggleMenu
+      debugger
     }
   }
 }

--
Gitblit v1.8.0