From 58489517de148986ee27712614f333d8f91f73a2 Mon Sep 17 00:00:00 2001 From: raiots Date: Wed, 10 Mar 2021 22:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tasks/group_todolist.html | 10 ++++---- templates/tasks/tasklist.html | 24 +++++++++--------- templates/tasks/todolist.html | 38 ++++++++++++++--------------- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/templates/tasks/group_todolist.html b/templates/tasks/group_todolist.html index 2eebf60..869c37d 100644 --- a/templates/tasks/group_todolist.html +++ b/templates/tasks/group_todolist.html @@ -60,16 +60,16 @@ # 工作事项 - 完成时间 - 工作要求及交付物 - 承办单位 + 完成时间 + 工作要求及交付物 + 承办单位 承/督办人 协办人 工作量(pre) 折算系数 工作量 成熟度 - 完成情况 + 完成情况 完成质量 {# Label#} @@ -93,7 +93,7 @@ {{ todo.maturity }} - + {{ todo.quality_mark|default:'' }} {% endfor %} diff --git a/templates/tasks/tasklist.html b/templates/tasks/tasklist.html index 93992ca..5fd791a 100644 --- a/templates/tasks/tasklist.html +++ b/templates/tasks/tasklist.html @@ -35,11 +35,11 @@ - - - - - + + + + + - + - + - + {# #} {% for task in tasks %} - + - + {% load taskfilter %} - + - + {% endfor %} diff --git a/templates/tasks/todolist.html b/templates/tasks/todolist.html index f364630..4e7c70a 100644 --- a/templates/tasks/todolist.html +++ b/templates/tasks/todolist.html @@ -61,18 +61,18 @@

我的承办


- - - - - - + + + + + + - - + + {# #} @@ -83,7 +83,7 @@ - + @@ -95,7 +95,7 @@ {{ todo.maturity }} - + @@ -112,19 +112,19 @@

我的协办


- - - - - + + + + + {# #} - - + + {# #} @@ -135,7 +135,7 @@ - + {# #} @@ -148,7 +148,7 @@ {{ todo.maturity }} - +
任务属性任务编号任务名称任务来源目标值任务属性任务编号任务名称任务来源目标值 @@ -62,21 +62,21 @@ {# #}
任务显性目标及节点
完成日期完成日期 责任单位负责人负责人 主管领导任务说明任务说明Label
{{ task.task_property }}{{ task.task_property }} {{ task.task_id }} {{ task.task_topic }}{{ task.task_origin }}{{ task.task_origin }} {{ task.aim_value }} @@ -91,11 +91,11 @@ {{ task.deadline | date:"Y年m月" }}{{ task.deadline | date:"Y.m" }} {{ task.duty_group }} {{ task.principal }} {{ task.leader }}
序号工作事项完成时间工作要求及交付物承办单位协办人序号工作事项完成时间工作要求及交付物承办单位协办人 工作量(pre) 折算系数 工作量 成熟度完成情况完成质量完成情况完成质量 Label
{{ forloop.counter }} {{ todo.todo_topic }} {{ todo.deadline | date:"m月d日" }} {{ todo.duty_group }} {{ todo.sub_executor.all|join:", " }} {{ todo.predict_work }} {{ todo.quality_mark|default:'' }} 填报
序号工作事项完成时间工作要求及交付物承办单位序号工作事项完成时间工作要求及交付物承办单位 承/督办人协办人工作量(pre) 折算系数 工作量 成熟度完成情况完成质量完成情况完成质量 Label
{{ forloop.counter }} {{ todo.todo_topic }} {{ todo.deadline | date:"m月d日" }} {{ todo.duty_group }} {{ todo.main_executor }}{{ todo.sub_executor.all|join:", " }} {{ todo.quality_mark|default:'' }} 填报