* Finish task #8931.

This commit is contained in:
tianshujie98
2021-01-08 08:26:14 +08:00
parent 098fc50cc0
commit 55902954b8
5 changed files with 15 additions and 6 deletions
+2 -4
View File
@@ -50,10 +50,8 @@ js::set('browseType', $browseType);
<?php
foreach($setting as $value)
{
if($value->show)
{
$this->datatable->printHead($value, $orderBy, $vars);
}
if($value->id == 'PRJStatus' and $browseType !== 'all') $value->show = false;
if($value->show) $this->datatable->printHead($value, $orderBy, $vars);
}
?>
</tr>