From 98ac365e168086db39cd8e7bb7335ecbdd5025cc Mon Sep 17 00:00:00 2001
From: cjj <Administrator@192.168.10.9>
Date: 星期五, 19 十月 2018 10:39:32 +0800
Subject: [PATCH] 图标

---
 gx_tieta/WebRoot/batt-state-manage.jsp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp
index c62260f..2c58c70 100644
--- a/gx_tieta/WebRoot/batt-state-manage.jsp
+++ b/gx_tieta/WebRoot/batt-state-manage.jsp
@@ -515,9 +515,9 @@
 							
 							//缁埅
 							if(_data.station_stat_xuhang){
-								arrTd[index++]=create_ali_font('gcy_icofont','red',{msg: '宸插紓甯�'});
+								arrTd[index++]=create_fa_font('fa-television','red',{msg: '宸插紓甯�'});
 							}else{
-								arrTd[index++]=create_ali_font('gcy_icofont','green',{msg: '姝e父'});
+								arrTd[index++]=create_fa_font('fa-television','green',{msg: '姝e父'});
 							}
 							arrTd[index++]=_data.station_xuhang_start_time;
 							if(_data.station_stat_xuhang){

--
Gitblit v1.9.1