From 7ca521e4267b987270f6ccbb9a6c076aeb467d96 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 04 Jul 2018 17:11:33 +0800
Subject: [PATCH] 设备,监控站 管理功能增强

---
 src/app/routes/reports/alarm/alarm.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/reports/alarm/alarm.component.ts b/src/app/routes/reports/alarm/alarm.component.ts
index 606ce17..d337dd7 100644
--- a/src/app/routes/reports/alarm/alarm.component.ts
+++ b/src/app/routes/reports/alarm/alarm.component.ts
@@ -43,7 +43,7 @@
   ];
   public dimensionOptions = [
     {value: 'sensor', label: '������'},
-    {value: 'monitorPoint', label: '���������'}
+    {value: 'monitorPoint', label: '������������'}
   ];
   isDisable = false;
   private treeClickStream: Subject<any> = new Subject<any>();

--
Gitblit v1.8.0