TM

← 返回任务列表

📌 看板视图

{% for col_name, col_tasks in cols.items() %}
{{ col_name }} {{ col_tasks|length }}
{% for t in col_tasks %}
{{ t.name }}
{{ t.brief or '' }}
{% if t.executor and t.executor != '华硕' %}🖥{{ t.executor }}{% endif %} ⚡{{ exec_stats[t.id]['cnt'] if t.id in exec_stats else 0 }} 💰¥{{ "%.2f"|format(exec_stats[t.id]['cost'] if t.id in exec_stats else 0) }}
{% endfor %}
{% endfor %}