From 41640c511dcdea1a66a74dd40cbd219951b76a12 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Fri, 17 Apr 2026 16:09:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=98=BE=E7=A4=BA=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warning/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/warning/index.vue b/src/views/warning/index.vue index 5ccbad7..4bdb6dc 100644 --- a/src/views/warning/index.vue +++ b/src/views/warning/index.vue @@ -178,6 +178,16 @@ watch(()=>route.query.load,(val)=>{ {{ row.warningState === '1' ? '已预警' : row.warningState === '2' ? '预警中' : '待预警' }} + + +