* Finish task #8620.

This commit is contained in:
tianshujie98
2020-12-09 09:21:53 +08:00
parent d7ede03687
commit 89e0568619
6 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -1463,7 +1463,7 @@ class programModel extends model
echo $project->begin;
break;
case 'end':
echo $project->end;
echo $project->end == LONG_TIME ? $this->lang->program->PRJLongTime : $project->end;
break;
case 'PRJStatus':
echo zget($this->lang->program->statusList, $project->status);