*Finish task #35865.

This commit is contained in:
liuhong
2022-08-08 13:39:32 +00:00
parent 2a5c5521fe
commit a2adce2bb6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2028,7 +2028,7 @@ class projectModel extends model
echo $project->end;
break;
case 'status':
echo "<span class='status-task status-{$project->status}'> " . zget($this->lang->project->statusList, $project->status) . "</span>";
echo "<span class='status-task text-center status-{$project->status}'> " . zget($this->lang->project->statusList, $project->status) . "</span>";
break;
case 'budget':
echo $budgetTitle;