This commit is contained in:
tianshujie
2022-08-25 15:31:31 +08:00
parent ad240eab61
commit db036c9172
+1
View File
@@ -183,6 +183,7 @@ elseif($config->systemMode == 'new')
{
$config->execution->datatable->defaultField = array('id', 'name', 'project', 'PM', 'status', 'progress', 'begin', 'end', 'estimate', 'consumed', 'left', 'burn');
}
else
{
$config->execution->datatable->defaultField = array('id', 'name', 'PM', 'status', 'progress', 'begin', 'end', 'estimate', 'consumed', 'left', 'burn');
}