* Finish task #57095.

This commit is contained in:
tianshujie
2022-06-16 10:29:31 +08:00
parent da9801d9eb
commit b3e240eda5
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -4167,7 +4167,7 @@ class executionModel extends model
$id = $col->id;
$onlyChildStage = ($execution->grade == 2 and $execution->project != $execution->parent);
if(!$isStage and $col->id == 'actions') return;
if(!$isStage and in_array($col->id, array('percent', 'attribute', 'actions'))) return;
if(($this->config->systemMode == 'classic' or ($this->config->systemMode == 'new' and $this->app->tab != 'execution')) and $col->id == 'project') return;
if($col->show)