* Finish task #41215.

This commit is contained in:
tianshujie98
2021-08-10 11:31:15 +08:00
parent 105458335f
commit 751900edf9
11 changed files with 266 additions and 219 deletions
+4
View File
@@ -124,6 +124,10 @@
<th><?php echo $lang->testtask->end;?></th>
<td><?php echo $task->end;?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->realFinishedDate;?></th>
<td><?php if(!helper::isZeroDate($task->realFinishedDate)) echo $task->realFinishedDate;?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->status;?></th>
<td class='task-<?php echo $task->status?>'><?php echo $this->processStatus('testtask', $task);?></td>