From e86ba5e7b32dd9550415c89b35c5ee0cc1019a7e Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Sat, 14 Feb 2026 22:55:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(aiot):=20=E5=91=8A=E8=AD=A6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=92=8C=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BA=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 列表摄像头列优先显示cameraName - 详情页摄像头字段优先显示cameraName - 降级显示cameraId或'-' Co-Authored-By: Claude Opus 4.6 --- apps/web-antd/src/views/aiot/alarm/list/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/aiot/alarm/list/index.vue b/apps/web-antd/src/views/aiot/alarm/list/index.vue index ac7df2e78..2396c7c3f 100644 --- a/apps/web-antd/src/views/aiot/alarm/list/index.vue +++ b/apps/web-antd/src/views/aiot/alarm/list/index.vue @@ -202,7 +202,7 @@ const [Grid, gridApi] = useVbenVxeGrid({ @@ -302,7 +302,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
摄像头: - {{ currentAlert.cameraId }} + {{ currentAlert.cameraName || currentAlert.cameraId || '-' }}
告警类型: