From d75592776c991913d771b26611ea3f4a7b392d83 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.24>
Date: 星期一, 12 十一月 2018 15:41:59 +0800
Subject: [PATCH] 机房状态统计查询页面中,首次进入机房状态统计查询页面中自动选中制定的机房信息

---
 gx_tieta/WebRoot/js/elecircle.content.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/js/elecircle.content.js b/gx_tieta/WebRoot/js/elecircle.content.js
index 0bb0133..d8bd338 100644
--- a/gx_tieta/WebRoot/js/elecircle.content.js
+++ b/gx_tieta/WebRoot/js/elecircle.content.js
@@ -491,6 +491,14 @@
 		name: '璁惧娓╁害锛�0鈩�',
 	});
 	
+	// dcdc妯″潡鍛婅
+	eleCircle.drawText({
+		id: 'dcdcWarn',
+		startX: 250,
+		startY: 390,
+		name: 'DCDC妯″潡鍛婅锛�0x8000/0x8000',
+	});
+	
 	var currentObj = {
 		id: 'current'
 	};
@@ -984,7 +992,7 @@
 			status: 0,
 			content: {
 				list:gl.BTS9100.workstates,
-				text: '璁惧鐘舵��:'
+				text: '璁惧鐘舵�侊細'
 			}
 		},
 		{

--
Gitblit v1.9.1