From 4ec2ad8f08ef92e8183e442d9f5362cb9dfa566a Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期六, 29 十二月 2018 14:35:51 +0800 Subject: [PATCH] BTS设备远程升级国际化,以及导航权限添加等 --- gx_tieta/WebRoot/js/buildNav.js | 1 + gx_tieta/WebRoot/batt-station-update1.jsp | 2 +- gx_tieta/src/global_zh_CN.properties | 5 ++++- gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties | 5 ++++- gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java | 1 + 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties b/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties index 018c49f..f0e0451 100644 --- a/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties +++ b/gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties @@ -1112,4 +1112,7 @@ ################## batch-set-curr.jsp ############################## -Bulk_nuclear_cap_test = \u6279\u91cf\u6838\u5bb9\u6d4b\u8bd5 \ No newline at end of file +Bulk_nuclear_cap_test = \u6279\u91cf\u6838\u5bb9\u6d4b\u8bd5 + +################## batt-station-update1.jsp ######################### +BTSEquipment_upgrades = BTS\u8bbe\u5907\u5347\u7ea7 \ No newline at end of file diff --git a/gx_tieta/WebRoot/batt-station-update1.jsp b/gx_tieta/WebRoot/batt-station-update1.jsp index eccb967..a2d5656 100644 --- a/gx_tieta/WebRoot/batt-station-update1.jsp +++ b/gx_tieta/WebRoot/batt-station-update1.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>BTS璁惧鍗囩骇</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"> diff --git a/gx_tieta/WebRoot/js/buildNav.js b/gx_tieta/WebRoot/js/buildNav.js index 126f65f..dcc5cbf 100644 --- a/gx_tieta/WebRoot/js/buildNav.js +++ b/gx_tieta/WebRoot/js/buildNav.js @@ -62,6 +62,7 @@ {permit_item_name:'batt_discharge_model_permit',num:65}, //鐝粍绠$悊 {permit_item_name:'batt_discharge_model_permit',num:71}, //鐢垫睜缁勯厤缁勭鐞� {permit_item_name:'batt_discharge_model_permit',num:82}, //鍩虹珯瀹夎瀹℃壒 + {permit_item_name:'batt_discharge_model_permit',num:83}, //BTS璁惧鍗囩骇 {permit_item_name:'batt_alm_param_query_permit',num:31}, // 鐢垫睜鍛婅鍙傛暟璁剧疆 {permit_item_name:'batt_alm_param_query_permit',num:66} // 璁惧鍛婅鍙傛暟璁剧疆 diff --git a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java index ec7c9b9..edf71b6 100644 --- a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java +++ b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java @@ -87,6 +87,7 @@ {"batt_discharge_model_permit","65"}, //鐝粍绠$悊 {"batt_discharge_model_permit","71"}, //鐢垫睜缁勯厤缁勭鐞� {"batt_discharge_model_permit","82"}, //鍩虹珯瀹夎瀹℃壒 + {"batt_discharge_model_permit","83"}, //BTS璁惧鍗囩骇 {"batt_alm_param_query_permit","31"}, //鍛婅鍙傛暟璁剧疆 {"batt_alm_param_query_permit","66"}, //璁惧鍛婅鍙傛暟璁剧疆 diff --git a/gx_tieta/src/global_zh_CN.properties b/gx_tieta/src/global_zh_CN.properties index 018c49f..f0e0451 100644 --- a/gx_tieta/src/global_zh_CN.properties +++ b/gx_tieta/src/global_zh_CN.properties @@ -1112,4 +1112,7 @@ ################## batch-set-curr.jsp ############################## -Bulk_nuclear_cap_test = \u6279\u91cf\u6838\u5bb9\u6d4b\u8bd5 \ No newline at end of file +Bulk_nuclear_cap_test = \u6279\u91cf\u6838\u5bb9\u6d4b\u8bd5 + +################## batt-station-update1.jsp ######################### +BTSEquipment_upgrades = BTS\u8bbe\u5907\u5347\u7ea7 \ No newline at end of file -- Gitblit v1.9.1