* Finish task #70094.

This commit is contained in:
tianshujie
2022-09-22 18:13:50 +08:00
parent 4908ead6e8
commit a6cd4e549c
6 changed files with 10 additions and 5 deletions
+3 -3
View File
@@ -115,13 +115,13 @@ if(!empty($members) && $task->mode == 'linear')
<table class='table table-form table-fixed table-record'>
<thead>
<tr class='text-center'>
<th class="w-150px"><?php echo $lang->task->date;?></th>
<th class="w-150px required"><?php echo $lang->task->date;?></th>
<?php if($readonly):?>
<th class="w-60px <?php if(count($reverseOrders) == 1) echo "hidden"?>"><?php echo $lang->task->teamOrder;?></th>
<?php endif;?>
<th><?php echo $lang->task->work;?></th>
<th class="w-100px"><?php echo $lang->task->consumedAB;?></th>
<th class="w-100px"><?php echo $lang->task->leftAB;?></th>
<th class="w-100px required"><?php echo $lang->task->consumedAB;?></th>
<th class="w-100px <?php if(empty($readonly)) echo 'required'?>"><?php echo $lang->task->leftAB;?></th>
</tr>
</thead>
<tbody>