{% extends "base.html" %} {% block title %}工作台大屏{% endblock %} {% block content %}
当前阶段
{{ batch.stage }}
整体完成度
{{ batch.completion }}
高优先级问题
03

流程

{% for step in workflow_overview %}
{{ step.title }}
{{ step.detail }}
{% endfor %}

执行记录

{% for step in workflow_steps %}
{{ step.time }} {{ step.title }}
{{ step.detail }}
{% endfor %}

待处理问题

{% endblock %}