修改文件类型

This commit is contained in:
augushong
2020-11-11 23:41:16 +08:00
parent 68364f8951
commit f0126d106e
2 changed files with 49 additions and 52 deletions

View File

@@ -89,7 +89,7 @@
<p>保存名称:{$vo->getData('save_name')}</p>
<p>文件名:{$vo->getData('file_name')}</p>
<p>文件类型: {$vo.mime_type}</p>
<p>文件用途: <span style="color: red">{$vo.type}</span> </p>
<p>文件用途: <span style="color: red">{$vo.type_title}</span> </p>
<p>文件大小: {$vo.file_size}</p>
<p>文件指纹: {$vo.file_md5}</p>
</td>