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 |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
index db99764..3a372ae 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
@@ -5,22 +5,24 @@
         <div class="border_corner border_corner_left_bottom"></div>
         <div class="border_corner border_corner_right_bottom"></div>
         <ul class="tab">
-            <li @click='tabTaggle("ECharts")'>瀹炶瘯鏁版嵁</li>
-            <li @click='tabTaggle("ECharts")'>鏃ユ暟鎹�</li>
-            <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"></component>
+        <component :is="currentTab" v-bind="$attrs"></component>
     </div>
 </template>
 
 <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