From cd557f9cf3a4f6268f3df49dfb3b42c3096f87b7 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 23 九月 2025 15:08:10 +0800
Subject: [PATCH] 钢化前理片笼新增警报提示及相关操作
---
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