From cbd79e993a68b002397442d3cdea025b45ce139c Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 11 May 2018 13:02:01 +0800
Subject: [PATCH] 去掉登录账户密码占位值
---
src/app/routes/devices/monitor-point/monitor-point.component.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/routes/devices/monitor-point/monitor-point.component.ts b/src/app/routes/devices/monitor-point/monitor-point.component.ts
index a724ad9..9b1a017 100644
--- a/src/app/routes/devices/monitor-point/monitor-point.component.ts
+++ b/src/app/routes/devices/monitor-point/monitor-point.component.ts
@@ -52,7 +52,7 @@
width: '300px'
}
};
- this.grid.title = '���������';
+ this.grid.title = '������������';
this.grid.setColumns(this.monitorPoint);
this.grid.pageSize = 10;
}
@@ -186,7 +186,7 @@
adress = areaNames.provinceName + areaNames.cityName + areaNames.areaName + record.address;
}
this.coorPickerService.data.address = adress;
- this.coorPickerService.data['describe'] = '���������������';
+ this.coorPickerService.data['describe'] = '������������������';
this.modalHelper.static(CoordinatesPickerComponent).subscribe(
(staticComp) => {
const data: MonitorPoint = {
--
Gitblit v1.8.0