From 5a31fd65988f133e3f7a38aa8994348e01db8420 Mon Sep 17 00:00:00 2001 From: luojiayi <1712054227@qq.com> Date: Thu, 22 May 2025 11:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E7=A6=BB=E9=A1=B5=E9=9D=A2=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=AE=9A=E4=BD=8D=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.d.ts | 1 + src/components/InfoWindow.vue | 13 +++-- src/components/alarm.vue | 10 +--- src/components/locationList.vue | 2 + src/utils/enum.ts | 53 +++++++++++++++++++ src/views/alarmCenter/index.vue | 14 +---- src/views/incidentDispose/index.vue | 22 ++------ src/views/monitoringCenter/deviceModel.vue | 18 +------ src/views/monitoringCenter/deviceRecord.vue | 18 +------ src/views/statisticalCenter/emergencyList.vue | 14 +---- .../synthesizeManage/areaManage/index.vue | 8 +-- .../synthesizeManage/deviceInfo/index.vue | 19 +------ .../synthesizeManage/deviceManage/index.vue | 16 +----- .../synthesizeManage/userManage/index.vue | 7 --- 14 files changed, 78 insertions(+), 137 deletions(-) create mode 100644 src/utils/enum.ts 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 @@