From c5d0482921fc00f801c30ad793a2cad9d35cf0fc Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.21> Date: 星期四, 06 十二月 2018 11:13:47 +0800 Subject: [PATCH] 修改新页面的国际化名称为设备连接信息查询 --- gx_tieta/WebRoot/bts-comm-task.jsp | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/bts-comm-task.jsp b/gx_tieta/WebRoot/bts-comm-task.jsp index c9a1156..beae88b 100644 --- a/gx_tieta/WebRoot/bts-comm-task.jsp +++ b/gx_tieta/WebRoot/bts-comm-task.jsp @@ -15,7 +15,7 @@ <meta http-equiv="expires" content="0"> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="This is my page"> - <title>璁惧杩炴帴淇℃伅</title> + <title><s:text name="Dev_connect_info_query"/></title> <!-- 璁惧杩炴帴淇℃伅鏌ヨ --> <link rel="stylesheet" type="text/css" href="pages/css/base.css"> <link rel="stylesheet" type="text/css" href="jqueryui/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="src/css/layui.css"> @@ -41,7 +41,7 @@ <div class="layui-page-container"> <!-- 鏉′欢绛涢�� --> <div class="layui-page-filter"> - <div class="page-filter-header layui-page-filter-fweight">璁惧杩炴帴淇℃伅</div> + <div class="page-filter-header layui-page-filter-fweight"><s:text name="Dev_connect_info_query"/></div> <!-- 璁惧杩炴帴淇℃伅鏌ヨ --> <div class="page-filter-content"> <table> <tr class="layui-page-filter-tbl-header layui-page-filter-fweight"> @@ -403,7 +403,7 @@ if(newLoad) { load = layer.load(1); } - console.log(temp); + //console.log(temp); $.ajax({ type:'post', async:true, @@ -412,7 +412,7 @@ dataType: 'json', success:function(result) { var model = JSON.parse(result.result); - console.info(model); + //console.info(model); var arr_td = new Array(); if(model.code == 1){ for(var i=0;i<model.data.length;i++){ @@ -431,7 +431,7 @@ Page.setAll(_data.num); } } - console.info(arr_td); + //console.info(arr_td); tOptions.data = arr_td; // 鐢熸垚琛ㄦ牸鏁版嵁 table.render(tOptions); -- Gitblit v1.9.1