feat(aiot): 告警详情显示ROI名称
- Alert接口添加roiName字段
- 详情页显示'检测区域:{roiName}'
- 删除'(bbox)'英文提示
- 移除bbox坐标显示
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -11,6 +11,7 @@ export namespace AiotAlarmApi {
|
||||
cameraId?: string;
|
||||
cameraName?: string;
|
||||
roiId?: string;
|
||||
roiName?: string;
|
||||
bindId?: string;
|
||||
deviceId?: string;
|
||||
alertType?: string;
|
||||
|
||||
Reference in New Issue
Block a user