* Finish task#56909.

This commit is contained in:
xieqiyu
2022-06-13 14:45:36 +08:00
parent 6620381bc7
commit caf596097a
+2 -1
View File
@@ -59,7 +59,8 @@ $account = $this->app->user->account;
<thead>
<tr>
<?php foreach ($cols as $col):?>
<th class='c-board s-<?php echo $col?>'><?php echo $lang->story->stageList[$col];?></th>
<?php $storiesCount = empty($stories[$col]) ? 0 : count($stories[$col]);?>
<th class='c-board s-<?php echo $col?>'><?php echo $lang->story->stageList[$col] . ' (' . $storiesCount . ')';?></th>
<?php endforeach;?>
</tr>
</thead>