e.preventDefault()">
查询
e.preventDefault()">
重置
新增
{{ scope.row.name || "-" }}
{{ scope.row.catName || "-" }}
{{ getExecutionType(scope.row.datasourceType).label }}
{{ scope.row.description || "-" }}
任务状态
调度状态
{{ cronToZh(scope.row.cronExpression) || "-" }}
{{
parseTime(
scope.row.lastExecuteTime,
"{y}-{m}-{d} {h}:{i}"
) || "-"
}}
{{ scope.row.createBy || "-" }}
{{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") || "-"
}}
{{ scope.row.status == -1 ? "草稿" : "完成"
}}
配置任务
详情
更多
调度周期
停止任务
运行实例
执行一次
停止
删除