* Finish task #57095.

This commit is contained in:
tianshujie
2022-06-15 15:09:34 +08:00
parent ae1bc3cfc1
commit 2c176439d3
9 changed files with 407 additions and 235 deletions
+12
View File
@@ -97,6 +97,18 @@ class datatable extends control
unset($cols['caseCount']);
}
if($module == 'execution' and $method == 'all')
{
if($extra == 'execution' or $extra == 'project')
{
unset($cols['percent']);
unset($cols['attribute']);
unset($cols['actions']);
}
if($extra == 'project' or $extra == 'stage') unset($cols['project']);
}
$this->view->cols = $cols;
$this->view->setting = $setting;
$this->display();