From d6f16cf7007ae71a7bede00f118b99840cd68c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:39:17 +0800 Subject: [PATCH] feat: Support table row selection (#10072) --- .../src/components/complex-table/index.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/frontend/src/components/complex-table/index.vue b/frontend/src/components/complex-table/index.vue index 7bf9f5a9d..69628808c 100644 --- a/frontend/src/components/complex-table/index.vue +++ b/frontend/src/components/complex-table/index.vue @@ -14,6 +14,7 @@ @selection-change="handleSelectionChange" :max-height="tableHeight" @row-contextmenu="handleRightClick" + @row-click="handleRowClick" >