mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 05:03:49 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -13,21 +13,25 @@ export const columns = [
|
||||
title: 'ID',
|
||||
key: 'id',
|
||||
},
|
||||
{
|
||||
title: '任务标题',
|
||||
key: 'title',
|
||||
},
|
||||
{
|
||||
title: '任务分组',
|
||||
key: 'groupName',
|
||||
},
|
||||
{
|
||||
title: '任务名称',
|
||||
title: '执行方法',
|
||||
key: 'name',
|
||||
},
|
||||
{
|
||||
title: '执行参数',
|
||||
key: 'params',
|
||||
render(row) {
|
||||
return row.params;
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: '执行参数',
|
||||
// key: 'params',
|
||||
// render(row) {
|
||||
// return row.params;
|
||||
// },
|
||||
// },
|
||||
{
|
||||
title: '执行策略',
|
||||
key: 'policy',
|
||||
|
||||
Reference in New Issue
Block a user