From f7c690bad73bfb8f4fd5bfcabaeddf39c7ae0cfe Mon Sep 17 00:00:00 2001
From: junleea <354425203@qq.com>
Date: Fri, 6 Jun 2025 16:21:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=91=E6=8E=A7=E6=91=84?=
=?UTF-8?q?=E5=83=8F=E5=A4=B4=E8=AE=BE=E5=A4=87=E8=A1=A8=E6=A0=BC=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/DeviceList.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/views/DeviceList.vue b/src/views/DeviceList.vue
index 54708f0..d799bc4 100644
--- a/src/views/DeviceList.vue
+++ b/src/views/DeviceList.vue
@@ -425,7 +425,15 @@ export default {
prop="DeviceStatus"
label="设备状态"
width="80"
- >
+ >
+
+ {{ scope.row.DeviceStatus === "在线" ? '在线' : '离线' }}
+
+
+