* Use the function processStatus to get status of a record.

This commit is contained in:
liugang
2019-07-30 14:41:36 +08:00
parent c4d36eb77b
commit 9174165657
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
</tr>
<tr>
<th><?php echo $lang->testtask->status;?></th>
<td class='task-<?php echo $task->status?>'><?php echo $lang->testtask->statusList[$task->status];?></td>
<td class='task-<?php echo $task->status?>'><?php echo $this->processStatus('testtask', $task);?></td>
</tr>
</table>
</div>