fix: todo

This commit is contained in:
xingyu
2022-11-28 23:13:20 +08:00
parent 227e11f9c7
commit 583921112b
5 changed files with 198 additions and 24 deletions

View File

@ -48,6 +48,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
title: 'CRON 表达式',
field: 'cronExpression'
},
{
title: '后续执行时间',
field: 'nextTimes',
isTable: false,
isForm: false
},
{
title: '重试次数',
field: 'retryCount',