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 }}
+
+
-
-
-
+
-