Merge branch 'sprint/master_zhiuxudong_55626' into 'sprint/196'

Sprint/master zhiuxudong 55626

See merge request easycorp/zentaopms!3664
This commit is contained in:
孙广明
2022-05-31 07:01:18 +00:00
4 changed files with 12 additions and 4 deletions
+5 -2
View File
@@ -15,7 +15,10 @@
<?php js::set('noAccess', $lang->user->error->noAccess)?>
<div id='mainMenu' class='clearfix'>
<div class='btn-toolbar pull-left'>
<span class='btn btn-link btn-active-text'><span class='text'><?php echo $lang->execution->team;?></span></span>
<span class='btn btn-link btn-active-text'>
<span class='text'><?php echo $lang->execution->team;?></span>
<span class="label label-light label-badge"><?php echo count($teamMembers);?></span>
</span>
</div>
<div class='btn-toolbar pull-right'>
<?php
@@ -102,7 +105,7 @@
</tbody>
</table>
<div class='table-footer'>
<div class='table-statistic'><?php echo $lang->team->totalHours . ':' . "<strong>$totalHours{$lang->execution->workHour}</strong>";?></div>
<div class='table-statistic'><?php echo $lang->team->totalHours . ':' . "<strong>$totalHours{$lang->execution->workHour}" . sprintf($lang->project->teamMembersCount, count($teamMembers)) . "</strong>";?></div>
</div>
</form>
<?php endif;?>