From 8432a8e816cfc48e8f3d50b97c1d90806d2195b7 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期六, 29 十二月 2018 11:13:54 +0800 Subject: [PATCH] 手机端设备实时告警和设备历史告警页面中添加采集线告警和SD卡故障告警选项 --- gx_tieta/WebRoot/mobil/equipwarn.html | 5 ++++- gx_tieta/WebRoot/mobil/equiphistwarn.html | 2 ++ 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/equiphistwarn.html b/gx_tieta/WebRoot/mobil/equiphistwarn.html index b911856..5eedc9a 100644 --- a/gx_tieta/WebRoot/mobil/equiphistwarn.html +++ b/gx_tieta/WebRoot/mobil/equiphistwarn.html @@ -428,6 +428,8 @@ case 119026:return "鍩虹珯鎺夌珯鍛婅"; case 119027:return "鍩虹珯寮�闂ㄥ憡璀�"; case 119028:return "璁惧楂樻俯鍛婅"; + case 119032:return "璁惧SD鍗℃晠闅�"; + case 119033:return "閲囬泦绾垮憡璀�"; } } return "閫氫俊鏁呴殰"; diff --git a/gx_tieta/WebRoot/mobil/equipwarn.html b/gx_tieta/WebRoot/mobil/equipwarn.html index f47b736..4f8a2de 100644 --- a/gx_tieta/WebRoot/mobil/equipwarn.html +++ b/gx_tieta/WebRoot/mobil/equipwarn.html @@ -47,7 +47,8 @@ <option value="119026">鍩虹珯鎺夌珯鍛婅</option> <option value="119027">鍩虹珯寮�闂ㄥ憡璀�</option> <option value ="119028">璁惧楂樻俯鍛婅</option> - + <option value ="119032">璁惧SD鍗℃晠闅�</option> + <option value ="119033">閲囬泦绾垮憡璀�</option> </select> </div> <div class="fg-panel-btn"> @@ -292,6 +293,8 @@ case 119026:return "鍩虹珯鎺夌珯鍛婅"; case 119027:return "鍩虹珯寮�闂ㄥ憡璀�"; case 119028:return "璁惧楂樻俯鍛婅"; + case 119032:return "璁惧SD鍗℃晠闅�"; + case 119033:return "閲囬泦绾垮憡璀�"; } } return "閫氫俊鏁呴殰"; -- Gitblit v1.9.1