From faff8d227cc7970e924eee58b86e2d87d1dce840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Tue, 3 Jun 2025 09:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=AD=A3=E5=B8=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historyMonitoring/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 3e429bd..b7c50b9 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -88,10 +88,10 @@ - - 否 + + {{ text.status == null ? ' ' : text.status == 0 ? '否' : '是' }} + +