From a439eed077c3a157ed3b9096cf8e793671fe8cdf Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 22 Mar 2018 11:40:03 +0800
Subject: [PATCH] 报表 优化
---
src/app/routes/map/coordinates-picker/coordinates-picker.service.ts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts b/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
index e3ef2dd..6ecd950 100644
--- a/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
+++ b/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
@@ -3,12 +3,12 @@
@Injectable()
export class CoorPickerService {
- public data:CoorPicker = {
- longitude:0,
- latitude:0,
- name:'',
- describe:'',
- address:''
+ public data: CoorPicker = {
+ longitude: 0,
+ latitude: 0,
+ name: '',
+ describe: '',
+ address: ''
};
constructor() { }
--
Gitblit v1.8.0