diff --git a/app/admin/view/file/index.html b/app/admin/view/file/index.html index 278656de9..1aafc67be 100644 --- a/app/admin/view/file/index.html +++ b/app/admin/view/file/index.html @@ -25,7 +25,7 @@ return d.name + '查看' } }, - {field: 'hash', title: '文件哈希', minWidth: 200, align: 'center'}, + {field: 'hash', title: '文件哈希', minWidth: 200, align: 'center', templet: '
{{d.hash}}
'}, { field: 'size', title: '文件大小', align: 'center', minWidth: 100, sort: true, templet: function (d) { return formatSize(d.size)