Merge branch 'sprint/170_zhengrunyu_16521' into 'sprint/170'

*Finish task #16521.

See merge request easycorp/zentaopms!576
This commit is contained in:
孙广明
2021-11-22 05:16:01 +00:00
+5
View File
@@ -271,12 +271,17 @@
<table class="table table-data data-basic">
<tbody>
<tr>
<?php if($execution->lifetime == 'ops'):?>
<th><?php echo $lang->task->common;?></th>
<td><?php echo $statData->taskCount;?></td>
<?php else:?>
<th><?php echo $lang->story->common;?></th>
<td><?php echo $statData->storyCount;?></td>
<th><?php echo $lang->task->common;?></th>
<td><?php echo $statData->taskCount;?></td>
<th><?php echo $lang->bug->common;?></th>
<td><?php echo $statData->bugCount;?></td>
<?php endif;?>
</tr>
</tbody>
</table>