From f2fe072a1656bece33174c6a4b51dacc6f33abc7 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 23 九月 2025 15:31:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
UI-Project/src/views/hollow/hollowslicecage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index d7294ad..f7eb58b 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -34,7 +34,7 @@
const alertMessage = ref('')
const alarmData = ref<any>(null)
const showModal = ref(false)
-const currentAlarm = ref<any>(null);
+const currentAlarm = ref<any>(null)
const tableDataAlert = ref([])
const alertText = ref('')
@@ -613,8 +613,8 @@
? t(codeMap[alarmCode])
: t('hellow.unknownAlert');
};
+// 璀︽姤鍙屽嚮寮圭獥
const handleDoubleClick = () => {
- // currentAlarm.value = alarmData.value?.alarmInfo?.[0]?.[0] || null;
showModal.value = true;
};
// 璁$畻姣忎釜澶х煩褰㈢殑鏍峰紡
--
Gitblit v1.8.0