From c7cc7bf2d0fec3b2b77de2be68c842b51402faf7 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期五, 19 十月 2018 13:25:08 +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 2631575..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++]=_data.station_stat_xuhang;
+ arrTd[index++]=create_fa_font('fa-television','red',{msg: '宸插紓甯�'});
}else{
- arrTd[index++]=_data.station_stat_xuhang;
+ 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