diff --git a/klp-ui/src/views/system/file/index.vue b/klp-ui/src/views/system/file/index.vue
index cd40b66d1..4b59baafb 100644
--- a/klp-ui/src/views/system/file/index.vue
+++ b/klp-ui/src/views/system/file/index.vue
@@ -35,179 +35,258 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
-
-
-
- 上传文件
-
-
- 删除
-
-
- 导出
-
-
-
+
+
+
+ 上传文件
+
+
+ 删除
+
+
+ 导出
+
+
+
-
-
-
-
-
- {{ scope.row.fileName }}
-
-
-
-
-
-
-
-
-
- {{ formatFileSize(scope.row.fileSize) }}
-
-
-
-
-
-
-
- {{ scope.row.scopeType === 1 ? '公开' : '私有' }}
-
-
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
-
- 预览
- 编辑
- 删除
-
-
-
+
+
+
+
+
+ {{ scope.row.fileName }}
+
+
+
+
+
+
+
+
+
+ {{ formatFileSize(scope.row.fileSize) }}
+
+
+
+
+
+
+
+ {{ scope.row.scopeType === 1 ? '公开' : '私有' }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ {{ scope.row.viewCount != null ? scope.row.viewCount : 0 }}
+
+
+
+
+
+ 预览
+ 编辑
+ 删除
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatFileSize(selectedFile.fileSize) }}
+
+ {{ selectedFile.createBy }}
+ {{ parseTime(selectedFile.createTime) }}
+
+
+
+
+
+
+
@@ -272,7 +351,7 @@
-
+
@@ -302,15 +381,26 @@