From eb598255f3f0347dea0a7e799f8a2ef5a88b48b3 Mon Sep 17 00:00:00 2001 From: fengerli <528575642@qq.com> Date: Tue, 7 Oct 2025 15:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E5=9C=B0=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=9C=B0=E7=82=B9=E6=97=B6=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=AE=BE=E7=BD=AE=E6=97=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/equipmentAlarmRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/equipmentAlarmRecord/index.vue b/src/views/equipmentAlarmRecord/index.vue index 9e5b971..190406c 100644 --- a/src/views/equipmentAlarmRecord/index.vue +++ b/src/views/equipmentAlarmRecord/index.vue @@ -103,7 +103,7 @@
报警地点
- {{ item.location }} + {{ item.location && item.location !== '[]' ? item.location : '无' }}
时长:{{ item.durationTime }}