From 9b31de5896fd614a2b15f20b6a3f69efb94afea4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 27 Jun 2022 15:00:06 +0800 Subject: [PATCH] Update index.html --- app/admin/view/file/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)