From 869d0cc97e9c232cebd3059acf9efb864974aa97 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Thu, 11 Nov 2021 09:20:48 +0800 Subject: [PATCH] * Finish task #43909. --- module/report/view/workload.html.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/module/report/view/workload.html.php b/module/report/view/workload.html.php index 1b54984762..726dede610 100644 --- a/module/report/view/workload.html.php +++ b/module/report/view/workload.html.php @@ -84,26 +84,26 @@ $load):?> - - $info) foreach($info['execution'] as $executionName => $executionInfo) $countUserName ++;?> - + + $info) foreach($info['execution'] as $executionName => $executionInfo) $userCount ++;?> + $info):?> - - $executionInfo) $countProjectName ++ ;?> + + $executionInfo) $projectCount ++ ;?> $executionInfo):?> - ";?> - - createLink('project', 'view', "projectID={$info['projectID']}"), $projectName);?> + ";?> + + createLink('project', 'view', "projectID={$info['projectID']}"), $projectName);?> createLink('execution', 'view', "executionID={$executionInfo['executionID']}"), $executionName);?> - - - - + + + + - "; $idProjectName ++; $idUserName ++;?> + "; $projectTimes ++; $userTimes ++;?>