This commit is contained in:
chenfei
2020-07-06 15:12:51 +08:00
parent 5f8d829b8b
commit 838723a6cf
+1 -1
View File
@@ -90,7 +90,7 @@
<td><?php echo zget($users, $task->owner);?></td>
<td><?php echo $task->begin?></td>
<td><?php echo $task->end?></td>
<?php $status = $this->processStatus('task', $task);?>
<?php $status = $this->processStatus('testtask', $task);?>
<td title='<?php echo $status;?>'>
<span class='status-testtask status-<?php echo $task->status?>'><?php echo $status;?></span>
</td>