* Finish task#8874.

This commit is contained in:
qiyu-xie
2021-01-04 09:50:44 +08:00
parent db4901cb35
commit d5f35eb927
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1677,7 +1677,7 @@ class programModel extends model
echo $project->hours->totalLeft;
break;
case 'PRJProgress':
echo "<div class='progress-pie' data-doughnut-size='80' data-color='#00da88' data-value='{$project->hours->progress}' data-width='24' data-height='24' data-back-color='#e8edf3'><div class='progress-info'>{$project->hours->progress}%</div></div>";
echo "<div class='progress-pie' data-doughnut-size='80' data-color='#00da88' data-value='{$project->hours->progress}' data-width='24' data-height='24' data-back-color='#e8edf3'><div class='progress-info'>{$project->hours->progress}%</div></div>";
break;
case 'actions':
if($project->status == 'wait' || $project->status == 'suspended') common::printIcon('program', 'PRJStart', "projectID=$project->id", $project, 'list', 'play', '', 'iframe', true);