feat(aiot): 告警详情显示ROI名称

- Alert接口添加roiName字段
- 详情页显示'检测区域:{roiName}'
- 删除'(bbox)'英文提示
- 移除bbox坐标显示

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 22:49:31 +08:00
parent 3b65e27212
commit 3d34c3f57f
2 changed files with 4 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ export namespace AiotAlarmApi {
cameraId?: string;
cameraName?: string;
roiId?: string;
roiName?: string;
bindId?: string;
deviceId?: string;
alertType?: string;