From 434d69b530309cefe8decebab273be354a75b009 Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期二, 03 十二月 2019 11:38:30 +0800
Subject: [PATCH] 提交内容

---
 www/pages/monitor-data/monitor-data.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/pages/monitor-data/monitor-data.html b/www/pages/monitor-data/monitor-data.html
index e1fc4da..a396ab3 100644
--- a/www/pages/monitor-data/monitor-data.html
+++ b/www/pages/monitor-data/monitor-data.html
@@ -139,12 +139,12 @@
                     </li>
                     <li style="display:none">
                         <v-touch @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
-                            <high-bar-chart v-if="shows.monRes" :height="options.monRes.height" id="monResBar" name="鍗曚綋鍐呴樆" unit="m惟" :colors="{min:'#ed4014', max: '#19be6b'}" ref="monResBar"></high-bar-chart>
+                            <high-bar-chart v-if="shows.monRes" :height="options.monRes.height" id="monResBar" name="鍗曚綋鍐呴樆" unit="m惟" :colors="{min:'#ed4014', max: '#19be6b'}" ref="monResBar" :mon-hander-click="monHandlerClick"></high-bar-chart>
                         </v-touch>
                     </li>
                     <li style="display:none">
                         <v-touch @swipeleft="handleNextBtn" @swiperight="handlePreBtn">
-                            <high-bar-chart v-if="shows.monTmp" :height="options.monTmp.height" id="monTmpBar" name="鍗曚綋娓╁害" unit="鈩�" :colors="{min:'#19be6b', max: '#ed4014'}" ref="monTmpBar"></high-bar-chart>
+                            <high-bar-chart v-if="shows.monTmp" :height="options.monTmp.height" id="monTmpBar" name="鍗曚綋娓╁害" unit="鈩�" :colors="{min:'#19be6b', max: '#ed4014'}" ref="monTmpBar" :mon-hander-click="monHandlerClick"></high-bar-chart>
                         </v-touch>
                     </li>
                 </ul>

--
Gitblit v1.9.1