* [task#124816,doing,0.1h] add project name.

This commit is contained in:
sunguangming
2024-08-06 15:59:36 +08:00
committed by 王怡栋
parent 8dce3846c6
commit 2ee43f45a5
+1 -1
View File
@@ -38,7 +38,7 @@ if($planID)
else
{
$project->end = $project->end == LONG_TIME ? $this->lang->project->longTime : $project->end;
$title .= '' . $lang->project->common . $lang->execution->beginAndEnd . ' : ' . $project->begin . ' ~ ' . $project->end . '';
$title .= '' . $project->name . '-' . $lang->execution->beginAndEnd . ' : ' . $project->begin . ' ~ ' . $project->end . '';
}
/* Generate product list dropdown menu while stage by product. */