From 571ddda46c636258f76bde89d5f7fdea2d2a0ae6 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.1.4> Date: 星期一, 24 十二月 2018 10:34:21 +0800 Subject: [PATCH] 系统自动修改 --- gx_tieta/WebRoot/batt-state-manage.jsp | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp index 3510401..052a8a7 100644 --- a/gx_tieta/WebRoot/batt-state-manage.jsp +++ b/gx_tieta/WebRoot/batt-state-manage.jsp @@ -708,7 +708,7 @@ $('#current').text(Page.pageCurr+"/"+pageNum); } layer.close(load); - createAllTbl(tblHd, tblBd, arrTh, arrTd, tblStatus); + createFullTbl(tblHd, tblBd, arrTh, arrTd, tblStatus); // 缁欐瘡涓�琛屾坊鍔犳暟鎹� var trList = tblBd.find('tbody tr'); @@ -723,6 +723,11 @@ }); } + // 椤甸潰瀹瑰櫒澶у皬鏀瑰彉瑙﹀彂 + $(window).resize(function() { + setTblWidth(tblHd, tblBd); + }); + // 鑾峰彇缁埅鏃堕暱 function StringtoData(value){ var date1= value; //寮�濮嬫椂闂� -- Gitblit v1.9.1