设备定位地图,打点展示

This commit is contained in:
fengerli
2025-09-02 16:33:45 +08:00
parent 1eeb8e7f7c
commit f17e878e0c
7 changed files with 338 additions and 170 deletions

View File

@ -397,6 +397,7 @@ const saveBtn = () => {
// 强制报警
const forceAlarm = async () => {
try {
await proxy?.$modal.confirm('确定要对该设备开启强制报警?','');
forceAlarmLoading.value = true
// 2. 准备请求数据
const batchId = generateShortId();
@ -513,6 +514,9 @@ onMounted(() => {
.online {
color: #00ff00;
}
.offline{
color: rgb(224, 52, 52);
}
}
}