From 4466563933d4e3868c6ed871269de5e577f595ce Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Sun, 4 Jan 2026 10:31:52 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=82=A3=E8=BE=B9=E7=9A=84?=
=?UTF-8?q?=E6=8F=90=E4=BA=A4id?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/shared/components/StatisticsPanel.vue | 61 ++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)
diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue
index cfc8abb..c6f9cf5 100644
--- a/src/shared/components/StatisticsPanel.vue
+++ b/src/shared/components/StatisticsPanel.vue
@@ -88,16 +88,24 @@
striped
:columns="columns"
:data="list"
+ :row-key="rowKey"
+ :expanded-row-keys="expandedRowKeys"
+ @update:expanded-row-keys="updateExpandedRowKeys"
+ :row-props="rowProps"
/>