搜索
重置
新增
导出
执行日志
{{ getDictDataLabel(DICT_TYPE.INFRA_JOB_STATUS, scope.row.status) }}
>
详细
执行日志
修改
开启
暂停
执行一次
删除
{{ form.id }}
{{ form.name }}
{{ getDictDataLabel(DICT_TYPE.INFRA_JOB_STATUS, form.status) }}
{{ form.handlerName }}
{{ form.handlerParam }}
{{ form.cronExpression }}
{{ form.retryCount }}
{{ form.retryInterval + " 毫秒" }}
{{ form.monitorTimeout > 0 ? form.monitorTimeout + " 毫秒" : "未开启" }}
{{ Array.from(nextTimes, x => parseTime(x)).join('; ')}}