From f71a10a225a333986afeca437b2b84a49f40818e Mon Sep 17 00:00:00 2001
From: 81041 <81041@DESKTOP-025NVD9>
Date: 星期二, 03 十二月 2019 13:34:03 +0800
Subject: [PATCH] Merge branch 'FBS9600' of http://whyclxw@118.89.139.230:10101/r/FBS9600App.git into FBS9600

---
 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