修改模板文件

This commit is contained in:
邹景立 2021-08-30 13:19:51 +08:00
parent 2b11becb72
commit cbddd5e39b
2 changed files with 2 additions and 2 deletions

View File

@ -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',}
]]
});
});

View File

@ -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'}
]]
});