From 8ab24e9123c8b1cee08ba905aced0bd314c5bcd8 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 27 Mar 2018 12:02:21 +0800
Subject: [PATCH] 去除监控项目 请选择标题

---
 src/app/routes/reports/query/query.component.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts
index 4162c8d..b878e2c 100644
--- a/src/app/routes/reports/query/query.component.ts
+++ b/src/app/routes/reports/query/query.component.ts
@@ -49,10 +49,10 @@
      * @memberof QueryComponent
      */
     public timeUnitOptions = [
-        {label: '������', value: TimeUnits.MONTH},
-        {label: '������', value: TimeUnits.DAY},
-        {label: '������', value: TimeUnits.HOUR},
-        {label: '������', value: TimeUnits.MINUTE},
+        {label: '���', value: TimeUnits.MONTH},
+        {label: '���', value: TimeUnits.DAY},
+        {label: '���', value: TimeUnits.HOUR},
+        {label: '���', value: TimeUnits.MINUTE},
     ];
     public timeUnit: {label: string, value: TimeUnits} = this.timeUnitOptions[2];
     // ���������������������������������������

--
Gitblit v1.8.0