From ad62123335ba942c8bfcbf0a1341bf05155cf11f Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 15:43:28 +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 | 134 +++++++++++--------- 1 file changed, 73 insertions(+), 61 deletions(-) diff --git a/admin/dashboard/templates/file_browser.html b/admin/dashboard/templates/file_browser.html index fb828b0..b3946bb 100644 --- a/admin/dashboard/templates/file_browser.html +++ b/admin/dashboard/templates/file_browser.html @@ -11,20 +11,20 @@ 文件浏览
- + 上级目录
+ v-loading="fileBrowser.loading"> + @click="scope.row.is_dir ? fileBrowser.navigateTo(scope.row.name) : null"> [[ scope.row.name ]] @@ -51,7 +51,7 @@ label="大小" width="120"> + @click="fileBrowser.downloadFile(scope.row.name)"> 下载 @@ -84,69 +84,81 @@ {% block scripts %}