feat: device params config modal

This commit is contained in:
yangsy
2025-08-21 16:47:34 +08:00
parent 5f773ae326
commit 303c5812de
4 changed files with 265 additions and 11 deletions

View File

@@ -163,7 +163,7 @@ const onModalClose = () => {};
</script>
<template>
<NModal v-model:show="show" preset="card" style="width: 100vw; height: 100vh" :title="`${station.name} - 设备告警详情`" @close="onModalClose">
<NModal v-model:show="show" preset="card" style="width: 100vw; height: 100vh" :title="`${station.name} - 设备告警详情`" :mask-closable="false" @close="onModalClose">
<div v-if="alarmCount === 0" style="text-align: center; padding: 20px; color: #6c757d">
<span>当前没有设备告警</span>
</div>