{{ partial("header/header") }}
事故统计
...
...
...
{% if totalout!= null %} {% for index in totalout %}
任务日志
{{index['log']}}
质检结果
{{index['job_buality']}}
{% endfor %} {% endif %}
{{ partial("foorter/footer") }}