{% extends "base.html" %} {% block title %}比赛导入 - YRTV{% endblock %} {% block content %}
上传完整的 iframe_network.json,系统会自动识别比赛 ID,并执行 L1 → L2 → L3。
{{ selected_job.message or '等待执行' }}
{{ selected_job.log_text }}
| ID | 类型 | 比赛 | 状态 | 阶段 | 耗时 |
|---|---|---|---|---|---|
| #{{ job.id }} | {{ job.job_type }} | {{ job.match_id or '-' }} | {{ job.status }} | {{ job.current_stage or '-' }} | {{ '%.2fs'|format(job.duration_seconds) if job.duration_seconds is not none else '-' }} |
| 暂无作业 | |||||