From dc6864dc5563b2613283d44558b7f3642ec5d5cf Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Mon, 31 Aug 2026 10:41:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E5=A4=87=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=8E=A5=E5=85=A5=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DevicesView/DevicesView.vue | 309 +++++++++++++++++++++++--- 1 file changed, 273 insertions(+), 36 deletions(-) diff --git a/src/views/DevicesView/DevicesView.vue b/src/views/DevicesView/DevicesView.vue index 3872f36..b66eb5c 100644 --- a/src/views/DevicesView/DevicesView.vue +++ b/src/views/DevicesView/DevicesView.vue @@ -20,14 +20,20 @@
- +
@@ -43,7 +49,7 @@ row-key="id" :data="tableData" :columns="tableColumns" - empty="暂无符合条件的设备" + :empty="tableEmpty" hover @row-click="handleRowClick" > @@ -85,7 +91,12 @@
@@ -220,7 +231,7 @@