From 9cfc5924f98fd5745503a8427fa24c332543d77a Mon Sep 17 00:00:00 2001 From: yangsy Date: Thu, 21 Aug 2025 21:11:45 +0800 Subject: [PATCH] style --- src/components/device-alarm-detail-modal.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/device-alarm-detail-modal.vue b/src/components/device-alarm-detail-modal.vue index bf972fe..ff9e3dc 100644 --- a/src/components/device-alarm-detail-modal.vue +++ b/src/components/device-alarm-detail-modal.vue @@ -39,7 +39,7 @@ const alarmCount = computed(() => { }, 0); }); -const classifiedCount = computed(() => { +const classifiedCounts = computed(() => { return Object.values(DeviceType).map<{ label: string; count: number }>((deviceType) => { return { label: DeviceTypeName[deviceType], @@ -168,11 +168,13 @@ const onModalClose = () => {}; 当前没有设备告警
- - - - - +
+ + + + + +
今日设备告警列表