From b20411f8f152f722a675acd81af6f8b8ce3b6d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:02:55 +0800 Subject: [PATCH] fix: Fix the issue of calculating size incorrectly during sorting (#9474) --- .../src/views/host/file-management/index.vue | 68 +++++++++---------- 1 file changed, 33 insertions(+), 35 deletions(-) diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 63233a0b8..02e066669 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -395,10 +395,10 @@ min-width="250" fix show-overflow-tooltip - sortable + :sortable="'custom'" prop="name" > -