重试
{{ row.file_name }}
{{ row.category }}
{{
formatFileSize(row.file_size)
}}
{{
formatDate(row.upload_time)
}}
将文件拖到此处,或点击上传
支持单个或批量上传,单文件大小不超过
10MB
{{ currentFile.id }}
{{ currentFile.file_name }}
{{
currentFile.original_name
}}
{{
formatFileSize(currentFile.file_size)
}}
{{
currentFile.file_type
}}
{{
currentFile.file_ext
}}
{{
currentFile.category
}}
{{ currentFile.upload_by }}
{{
formatDate(currentFile.upload_time)
}}
{{ currentFile.status === 1 ? "正常" : "已删除" }}
{{ currentFile.is_public === 1 ? "公开" : "私有" }}
下载文件
复制链接