mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改模板文件
This commit is contained in:
parent
2b11becb72
commit
cbddd5e39b
@ -94,7 +94,7 @@
|
||||
{field: 'attempts', title: '执行次数', minWidth: 95, align: 'center', sort: true, templet: "<div>{{d.attempts||0}}</div>"},
|
||||
{field: 'exec_desc', title: '执行结果', minWidth: 180},
|
||||
{field: 'create_at', title: '创建时间', align: 'center', minWidth: 170},
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', width: 260, fixed: 'right',}
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 260, fixed: 'right',}
|
||||
]]
|
||||
});
|
||||
});
|
||||
|
@ -57,7 +57,7 @@
|
||||
{field: 'login_num', title: '登录次数', align: 'center', minWidth: 80, sort: true},
|
||||
{field: 'login_at', title: '最后登录', align: 'center', minWidth: 170, sort: true},
|
||||
{field: 'create_at', title: '创建时间', align: 'center', minWidth: 170, sort: true},
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', width: 160, fixed: 'right'}
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 160, fixed: 'right'}
|
||||
]]
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user