Merge branch 'sprint/devplat_30'

This commit is contained in:
wangyidong
2022-08-04 09:13:53 +08:00
88 changed files with 612 additions and 156 deletions
+1
View File
@@ -22,6 +22,7 @@
?>
</ul>
</div>
<?php common::sortFeatureMenu('execution', 'all');?>
<?php foreach($lang->execution->featureBar['all'] as $key => $label):?>
<?php $label = "<span class='text'>$label</span>";?>
<?php if($status == $key) $label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";?>