+
+
+
+
+ 管理定时任务,支持简单时间点和 CRON 表达式两种调度方式,可自动调用 n8n 工作流。
+
+
+
+
+
+ 租户筛选:
+
+ {{ tenant.name }}
+
+
+ 清除筛选
+
+
+
+
+
+
+
+
+ {{ getTenantName(row.tenant_id) }}
+
+
+
+
+
+
+ {{ row.schedule_type === 'cron' ? 'CRON' : '简单' }}
+
+
+ {{ getScheduleDesc(row) }}
+
+
+
+
+
+
+ {{ row.is_enabled ? '启用' : '禁用' }}
+
+
+
+
+
+
+
{{ formatTime(row.last_run_at) }}
+
+ {{ row.last_run_status || '-' }}
+
+
+ 未执行
+
+
+
+
+ 编辑
+
+
+ 执行
+
+
+ {{ row.is_enabled ? '禁用' : '启用' }}
+
+
+
+ 日志
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 简单模式(选择时间点)
+ CRON 表达式
+
+
+
+
+
+
+
+
+ {{ time }}
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+ 格式:分 时 日 月 周。例如:0 9 * * * 表示每天9点执行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+ {{ formatTime(row.started_at) }}
+
+
+
+
+ {{ formatTime(row.finished_at) }}
+
+
+
+
+
+ {{ row.status }}
+
+
+
+
+
+ {{ row.response_code || '-' }}
+
+
+
+
+ {{ row.error_message }}
+ 成功
+
+
+
+
+
+
+
+ 关闭
+
+
+
+