mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
5d959fb7d9
commit
84fcb3dc48
@ -19,7 +19,7 @@
|
||||
cols: [[
|
||||
{checkbox: true, fixed: true},
|
||||
{field: 'id', title: 'ID', width: 80, align: 'center', sort: true},
|
||||
{field: 'name', title: '文件名称', width: '15%', align: 'center'},
|
||||
{field: 'name', title: '文件名称', width: '12%', align: 'center'},
|
||||
{field: 'hash', title: '文件哈希', width: '15%', align: 'center', templet: '<div><code>{{d.hash}}</code></div>'},
|
||||
{
|
||||
field: 'size', title: '文件大小', align: 'center', width: '8%', sort: true, templet: function (d) {
|
||||
@ -42,7 +42,7 @@
|
||||
}
|
||||
},
|
||||
{field: 'ctype', title: '存储方式', align: 'center', width: '10%'},
|
||||
{field: 'create_at', title: '上传时间', align: 'center', minWidth: 170, sort: true},
|
||||
{field: 'create_at', title: '上传时间', align: 'center', width: '15%', sort: true},
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 90, fixed: 'right'}
|
||||
]]
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user