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