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