- nihao
+
+
+
+
+
+
+
+
+
+
+
+ 告警总数:{{ displayTotalItems }}
+
+
+
+
+
+
+
+
+
+ {{ typeMapping[scope.row.types] }}
+
+
+
+
+
+ {{ formatDateTime(scope.row.ended_at) }}
+
+
+
+
+ {{ statusMapping[scope.row.status]
+ }}
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+ 告警编号: {{ selectedRow.id }}
+
+
+ 告警类型: {{ typeMapping[selectedRow.types] }}
+
+
+ 告警位置: {{ selectedRow.camera.name }}
+
+
+ 告警时间: {{ selectedRow.formatted_started_at }}
+
+
+
+
+ 告警状态: {{
+ statusMapping[selectedRow.status]
+ }}
+
+
+ 摄像头编号: {{ selectedRow.camera_id }}
+
+
+ 持续时间: {{ duration }}
+
+
+ 备注: {{ selectedRow.note }}
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
\ No newline at end of file