| ID | Agent | 任务名称 | Cron | 标签 | 状态 | 最近运行 | 结果 | 执行次数 | |
|---|---|---|---|---|---|---|---|---|---|
| #{{ t.id }} | {{ $avatar(t.agent_name).letter }} {{ t.agent_name }} | {{ t.name }} | {{ $cron(t.cron_expression) }} |
{{ tag }} — | {{ t.status === 'active' ? '运行中' : t.status === 'paused' ? '已暂停' : '已停止' }} | {{ t.last_run_at ? dayjs.utc(t.last_run_at).local().format('MM-DD HH:mm') : '—' }} | {{ t.last_run_result === 'success' ? '成功' : '失败' }} — | {{ t.total_run_count }} |
|
| 暂无任务 — Agent 注册后会自动出现在这里 | |||||||||