* fix bug.

This commit is contained in:
wangyidong
2020-05-26 09:14:31 +08:00
parent 5d5dd33ac5
commit fd0da30d09
10 changed files with 42 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<?php endif;?>
<th class='text-left'> <?php common::printOrderLink('build', $orderBy, $vars, $lang->testtask->build);?></th>
<th class='c-user text-left'> <?php common::printOrderLink('owner', $orderBy, $vars, $lang->testtask->owner);?></th>
<th class='w-90px text-left'><?php common::printOrderLink('end', $orderBy, $vars, $lang->testtask->execTime);?></th>
<th class='w-90px text-left'> <?php common::printOrderLink('begin', $orderBy, $vars, $lang->testtask->execTime);?></th>
<th class='w-50px text-center'><?php echo $lang->testtask->caseCount;?></th>
<th class='w-40px text-center'><?php echo $lang->testtask->passCount;?></th>
<th class='w-40px text-center'><?php echo $lang->testtask->failCount;?></th>