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 %}