{{ partial("header/header") }} 任务
{%if type != null %} {%for key,item in jobs %} {% if item != null %}
{{ jobtype[key] }}
{% endif %} {%for info in item %}
{{info['font']}}

{{info['jobName']}}

计划完成日期: {{info['pendtime']}}

时间:
{{info['time']}}
完成度:
{{info['completion']}}
{%endfor%} {%endfor%} {%endif%} {%if jobs != null and type == null %} {%for info in jobs%}
{{info['font']}}

{{info['jobName']}}

计划完成日期: {{info['pendtime']}}

时间:
{{info['time']}}
完成度:
{{info['completion']}}
{%endfor%} {%endif%} {% if jobs == null%}

暂无数据

{%endif%}
{{ partial("foorter/footer") }}