refactor: Job crontab components

This commit is contained in:
xingyu
2022-07-29 01:25:44 +08:00
parent 3257b55718
commit 407bc88ee1
17 changed files with 1090 additions and 2059 deletions

View File

@ -36,7 +36,13 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: t('common.status'),
field: 'status',
dictType: DICT_TYPE.INFRA_JOB_STATUS
dictType: DICT_TYPE.INFRA_JOB_STATUS,
form: {
show: false
},
detail: {
show: false
}
},
{
label: '处理器的名字',