diff --git a/src/api/index.d.ts b/src/api/index.d.ts index 24af3f0..4953078 100644 --- a/src/api/index.d.ts +++ b/src/api/index.d.ts @@ -348,6 +348,7 @@ export namespace TWarningDetail { rimg: any rname: string status: number + locationType?: number type: number updateTime: string updateUser: string diff --git a/src/components/InfoWindow.vue b/src/components/InfoWindow.vue index b82d506..56858fd 100644 --- a/src/components/InfoWindow.vue +++ b/src/components/InfoWindow.vue @@ -20,6 +20,10 @@
定位时间
{{ value.locationTime }}
+
+
定位类型
+
{{ locationTypeEnum[value.locationType] || "--" }}
+
位置
{{ value.address }}
@@ -30,6 +34,8 @@