From b05438694c2fb9d4c8b1b22f4481639ff0f35963 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Mon, 07 May 2018 15:16:38 +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