From 01a2af65716a3e1f44465cb0523ef4d7a4b66a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 17 Mar 2026 10:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87=E7=BB=B4?= =?UTF-8?q?=E4=BF=AE=E7=8A=B6=E6=80=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/weihu/weihu.data.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/iot/weihu/weihu.data.ts b/src/views/iot/weihu/weihu.data.ts index b50765d..0836f2a 100644 --- a/src/views/iot/weihu/weihu.data.ts +++ b/src/views/iot/weihu/weihu.data.ts @@ -70,9 +70,6 @@ export const columns: BasicColumn[] = [ return "正常"; } if(record.maintainStatus==1){ - return "释放"; - } - if(record.maintainStatus==2){ return "损坏"; } },