From 6ad46ff14dc8592e82ad0b289872deb7e09ea544 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B5=8F=E8=A7=88=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/templates/file_browser.html | 51 ++++++++------------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/admin/dashboard/templates/file_browser.html b/admin/dashboard/templates/file_browser.html index b3946bb..9e1d043 100644 --- a/admin/dashboard/templates/file_browser.html +++ b/admin/dashboard/templates/file_browser.html @@ -11,20 +11,20 @@ 文件浏览
- + 上级目录
+ v-loading="loading"> + @click="scope.row.is_dir ? navigateTo(scope.row.name) : null"> [[ scope.row.name ]] @@ -51,7 +51,7 @@ label="大小" width="120"> + @click="downloadFile(scope.row.name)"> 下载 @@ -84,31 +84,21 @@ {% block scripts %} {% endblock %} \ No newline at end of file