From 2a36c57ee730a5bfd373b34fbae1b9fe3e1de980 Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@192.168.10.32> Date: 星期五, 23 十一月 2018 09:34:16 +0800 Subject: [PATCH] 手机 电池实时告警BUG --- gx_tieta/WebRoot/index.jsp | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp index 99731a3..0264804 100644 --- a/gx_tieta/WebRoot/index.jsp +++ b/gx_tieta/WebRoot/index.jsp @@ -126,16 +126,15 @@ <table> <tbody> <tr> - <td class="w5em alg-c f-bold">鏈烘埧鍚嶇О:</td> + <td class="w5em alg-c f-bold"><span class="mrl8">鏈烘埧鍚嶇О:</span></td> <td><input type="text" id="mapToolSearch"></td> <td class="w54 btn-container"> <button type="button" value="鎼滅储" id="mapToolSearchBtn" class="mrr8"><i class="fa fa-search page-link"></i></button> </td> </tr> <tr> - <td colspan="3" class="alg-r btn-container"> - <span class="mrr8">宸插畨瑁呰澶囨暟/璁惧鎬绘暟锛�<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="鍒锋柊"></i></span> - + <td colspan="3" class="btn-container"> + <span class="mrl8">宸插畨瑁呰澶囨暟/璁惧鎬绘暟锛�<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="鍒锋柊"></i></span> </td> </tr> </tbody> @@ -1167,6 +1166,11 @@ } //鍒涘缓鐢垫睜鏁呴殰楗肩姸鍥� createPie(healthPie,healthTle,healthObj); + + // 鐐瑰嚮楗肩姸鍥捐繘琛岃烦杞� + healthPie.on('click', function(param) { + window.open('taskplan.jsp'); // 璺宠浆鍒拌惤鍚庡崟浣撴煡璇� + }); }); } } -- Gitblit v1.9.1