* Delete useless code.

This commit is contained in:
tianshujie
2022-07-21 09:30:35 +08:00
parent 03f9bca910
commit e0537276bd
4 changed files with 3 additions and 67 deletions
-12
View File
@@ -99,18 +99,6 @@ 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();