mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 22:39:16 +08:00
Update index.html
This commit is contained in:
parent
a296015dac
commit
9b31de5896
@ -25,7 +25,7 @@
|
||||
return d.name + '<a class="pull-right font-s10" target="_blank" href="' + d.xurl + '">查看</a>'
|
||||
}
|
||||
},
|
||||
{field: 'hash', title: '文件哈希', minWidth: 200, align: 'center'},
|
||||
{field: 'hash', title: '文件哈希', minWidth: 200, align: 'center', templet: '<div><code>{{d.hash}}</code></div>'},
|
||||
{
|
||||
field: 'size', title: '文件大小', align: 'center', minWidth: 100, sort: true, templet: function (d) {
|
||||
return formatSize(d.size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user