wangfei
2025-09-23 cd557f9cf3a4f6268f3df49dfb3b42c3096f87b7
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;
};
// 计算每个大矩形的样式