From 5ffeb14e65fb4a7d0c62b6152f4ed746033743f8 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 11 Oct 2022 13:53:50 +0800 Subject: [PATCH] * Finish task #71888. --- module/user/view/testtask.html.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/module/user/view/testtask.html.php b/module/user/view/testtask.html.php index 76cb6be568..6164fbb83a 100755 --- a/module/user/view/testtask.html.php +++ b/module/user/view/testtask.html.php @@ -37,7 +37,15 @@ + + status == 'wait') $waitCount ++;?> + status == 'doing') $testingCount ++;?> + status == 'blocked') $blockedCount ++;?> createLink('testtask', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> createLink('testtask', 'view', "taskID=$task->id"), $task->name);?> @@ -51,7 +59,10 @@ - +