From 5e502e366836b3577884bca89372541b42124cd3 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 02 May 2018 16:03:59 +0800
Subject: [PATCH] 工作台 数据填充,监控点 改监控站点
---
src/app/routes/reports/query/query.component.ts | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts
index 109f749..f2acf0f 100644
--- a/src/app/routes/reports/query/query.component.ts
+++ b/src/app/routes/reports/query/query.component.ts
@@ -278,11 +278,11 @@
); break;
}
}
- // ��������������������� ��������� ��� ���������������������
+ // ��������������������� ��������� ��� ������������������������
public setAreasData(areas: {label: string, value: string}[] ) {
let isChanged = false;
isChanged = areas.some( (item , index: number) => {
- // this._areas[index] ���null ������ ���������������
+ // this._areas[index] ���null ������ ������������������
return this._areas.length < areas.length
|| !this._areas[index]
|| this._areas[index].value !== item.value;
@@ -294,7 +294,7 @@
}
}
- // ��������� ������ ���������, ������ ���������������������������null ������������������������������
+ // ��������� ������ ������������, ������ ���������������������������null ������������������������������
public _monitorPoint: MonitorPoint;
get monitorPoint(): MonitorPoint {
return this._monitorPoint;
@@ -315,7 +315,7 @@
}
}
- // ��������� ������ ���������
+ // ��������� ������ ������������
public _device: Device;
set device(val: Device) {
this._device = val;
@@ -616,7 +616,7 @@
const names = ['������', '������', '������', '������'];
switch ( this.dataCondition.areaRange ) {
case AreaRange.MONITORPOINT :
- names[0] = '���������';
+ names[0] = '������������';
names[1] = this._monitorPoint.name; break;
case AreaRange.DEVICE :
names[0] = '������';
--
Gitblit v1.8.0