From 7867a68eb03fb07698c15dd963b432befda2f8dc Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.20> Date: 星期一, 26 十一月 2018 09:08:47 +0800 Subject: [PATCH] 机房历史事件查询页面中的弹出面板中的异常改成事件 --- gx_tieta/WebRoot/batt-station-update1.jsp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/batt-station-update1.jsp b/gx_tieta/WebRoot/batt-station-update1.jsp index da68f44..aad2da7 100644 --- a/gx_tieta/WebRoot/batt-station-update1.jsp +++ b/gx_tieta/WebRoot/batt-station-update1.jsp @@ -130,7 +130,9 @@ <!-- 鏁翠綋鐏拌壊閬僵灞� --> <div id="allShade"></div> <script type="text/html" id="barDemo"> - <a class="layui-btn layui-btn-xs" lay-event="update">鍗囩骇</a> + {{# if(d.updatestatusnum != 1){ }} + <a class="layui-btn layui-btn-xs" lay-event="update">鍗囩骇</a> + {{# } }} </script> <script type="text/javascript" src="js/jquery-1.8.3.js"></script> <script type="text/javascript" src="js/echarts.js"></script> -- Gitblit v1.9.1