From 2421e7a75751f1f8e0fc58811a7abcfd8420c13d Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期一, 29 十月 2018 10:48:49 +0800
Subject: [PATCH] 修复bug
---
gx_tieta/WebRoot/batt-life-manage.jsp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gx_tieta/WebRoot/batt-life-manage.jsp b/gx_tieta/WebRoot/batt-life-manage.jsp
index 4dde31e..d7e36e2 100644
--- a/gx_tieta/WebRoot/batt-life-manage.jsp
+++ b/gx_tieta/WebRoot/batt-life-manage.jsp
@@ -9,7 +9,7 @@
<head>
<base href="<%=basePath%>">
- <title>鍩虹珯缁埅鏃堕暱绠$悊鍔熻兘</title> <!--鍩虹珯缁埅鏃堕暱绠$悊鍔熻兘-->
+ <title><s:text name="Station_life_query"/></title> <!--鏈烘埧缁埅鑳藉姏鏌ヨ-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/basic.css" rel="stylesheet">
@@ -57,7 +57,7 @@
<!-- 涓讳綋鍐呭 -->
<div id="main">
<div id="eleInfor">
- <span class="summary"><s:text name="Batt_life_history_query"/>--><s:text name="Show/hide_the_query_conditions"/></span>
+ <span class="summary"><s:text name="Station_life_query"/>--><s:text name="Show/hide_the_query_conditions"/></span>
<div class="checkCon">
<!-- 缁存姢鍖轰俊鎭� -->
<form action="" id="search_form">
@@ -412,7 +412,7 @@
function searchBattLife(){
var temp = createSearchParam();
var json = JSON.stringify(temp);
- var arr = new Array();
+ var arrTd = new Array();
$.ajax({
type:"post",
url:"Batt_enduranceAction!serchByCondition",
--
Gitblit v1.9.1