From d4394616afa70629343d84fbf3cc53bb238f54ef Mon Sep 17 00:00:00 2001 From: A_Words <59926378+A-Words@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:51:53 +0800 Subject: [PATCH] feat: support toggling file list columns (#12099) * feat: support toggling file list columns * feat: use fu table column select for file list * chore: remove unused file column i18n keys * feat: simplify file column visibility logic and remove unused configurations --- .../src/views/host/file-management/index.vue | 46 ++++++++++++------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 274dd0487..3fe52a217 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -424,23 +424,32 @@ -
- - - - +
+ +
+ + + + +
@@ -456,6 +465,8 @@ @cell-mouse-leave="hideFavorite" :heightDiff="heightDiff" :right-buttons="rightButtons" + :columns="columns" + localKey="fileManagementColumn" > { const getCurrentRename = () => renameRefs.value[editableTabsKey.value]; const pathRefs = ref>({}); +const columns = ref([]); const setPathRef = (key: string, el: any) => { if (el) {