fengxiang
2018-05-02 5e502e366836b3577884bca89372541b42124cd3
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 = {