From c32a88bd3c44678ad9b74803ee516d2281418b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=BB=E6=8B=96?= Date: Fri, 16 Sep 2022 15:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=8A=9E=E5=A2=9E=E5=8A=A0"=E7=8E=AF?= =?UTF-8?q?=E8=8A=82"=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../$Main/default/view/taskDone/list.html | 1 + .../$Main/default/view/taskDone/list_title.html | 1 + 2 files changed, 2 insertions(+) diff --git a/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list.html b/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list.html index bb5e583a54..e296f64fa8 100644 --- a/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list.html +++ b/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list.html @@ -22,6 +22,7 @@ {{$.processName}} + {{$.activityName}} {{$.creatorPersonName}} {{$.creatorUnitName}} {{$.startTime}} diff --git a/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list_title.html b/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list_title.html index d9e91c16c2..33ca8e9b25 100644 --- a/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list_title.html +++ b/o2web/source/x_component_process_Application/$Main/default/view/taskDone/list_title.html @@ -12,6 +12,7 @@ {{$.lp.subject}} {{$.lp.process}} + {{$.lp.activity}} {{$.lp.creator}} {{$.lp.createunit}} {{$.lp.startTime}} -- GitLab