This commit is contained in:
孟帅
2023-11-25 18:36:11 +08:00
parent 40117c700d
commit 70e9f966c3
142 changed files with 5407 additions and 2058 deletions

View File

@@ -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',