From 6c39f1aa5f09ced3d3b2e2f1d524b7b61e82ec31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com>
Date: Fri, 22 Nov 2024 17:26:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=97=A5=E6=9C=9F?=
=?UTF-8?q?=EF=BC=8C=E6=A0=BC=E5=BC=8F=E5=8C=96=E7=B1=BB=E5=9E=8B=E6=98=A0?=
=?UTF-8?q?=E5=B0=84,mitt=E5=AE=9E=E4=BE=8B=E5=8C=96=E7=9B=91=E5=90=AC?=
=?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=BC=80=E5=85=B3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 181 ++++++++++++++++++++++++++++++----------------------
1 file changed, 105 insertions(+), 76 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 5166ceb..d5158b0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,95 +1,119 @@
-
-
- 告警编号:{{ globalDialogContent.id }}
- 摄像头名称:{{ globalDialogContent.camera?.name }}
- 告警类型:{{ algorithmMap.get(globalDialogContent.types) || '未知类型' }}
+
+
+
+
+
+
+
+
+
+ 告警编号:{{ globalDialogContent.id }}
+ 告警点位:{{ globalDialogContent.camera?.name }}
+ 告警类型:{{ globalDialogContent.types }}
+ 告警时间:{{ globalDialogContent.started_at }}
+
+
-
-
-
+
-