Merge branch 'sprint/244_tianshujie_70482' into 'sprint/244'

Sprint/244 tianshujie 70482

See merge request easycorp/zentaopms!5600
This commit is contained in:
李玉春
2022-09-29 01:08:46 +00:00
4 changed files with 21 additions and 16 deletions
+1
View File
@@ -54,6 +54,7 @@ $canBatchEdit = common::hasPriv('project', 'batchEdit');
foreach($setting as $value)
{
if($value->id == 'projectStatus' and $browseType !== 'all') $value->show = false;
if($value->id == 'status' and strpos('all,unclosed', $browseType) === false) $value->show = false;
if($value->show) $this->datatable->printHead($value, $orderBy, $vars, $canBatchEdit);
}
?>