2
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
limits: [15, 30, 45, 60, 75, 90],
|
||||
cols: [[
|
||||
{ field: 'email', title: '邮箱', align: 'left', width: 180, fixed: 'left' },
|
||||
{ field: 'username', title: '用户名', align: 'left', width: 100 },
|
||||
// { field: 'username', title: '用户名', align: 'left', width: 100 },
|
||||
{ field: 'created_at', title: '创建时间', align: 'left', width: 160, templet: function (d) { return !d.created_at ? '' : util.toDateString(d.created_at) } },
|
||||
{ field: 'method', title: '请求方法', align: 'left', width: 90 },
|
||||
{ field: 'parameters', title: '请求参数', align: 'left', width: 120 },
|
||||
|
||||
Reference in New Issue
Block a user