From 35152ea3fe0eb84c15101f5ed09cb1d65b0b76a4 Mon Sep 17 00:00:00 2001 From: huang <1724659546@qq.com> Date: Mon, 22 Sep 2025 16:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=97=E8=A1=A8=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DeviceList.vue | 45 +++++++++++++++++--------- src/components/PlanList.vue | 59 ++++++++++++++++++++++++++++++----- 2 files changed, 82 insertions(+), 22 deletions(-) diff --git a/src/components/DeviceList.vue b/src/components/DeviceList.vue index 41c3b8ba..d4d341e0 100644 --- a/src/components/DeviceList.vue +++ b/src/components/DeviceList.vue @@ -43,10 +43,11 @@ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" :row-class-name="tableRowClassName" :highlight-current-row="false" - :scrollbar-always-on="true"> + :scrollbar-always-on="true" + @sort-change="handleSortChange"> - - + +