*Optimize the code.

This commit is contained in:
孙华伟
2022-04-18 17:20:45 +08:00
parent caacc3811c
commit 9b66c7a458
+1 -3
View File
@@ -305,9 +305,8 @@
?>
<td title='<?php echo $moduleTitle?>'><?php echo $printModule?></td>
</tr>
<?php if($story->type != 'requirement'):?>
<?php if($story->type != 'requirement' and $story->parent != -1):?>
<tr class='plan-line'>
<?php if($story->parent != -1):?>
<th><?php echo $lang->story->plan;?></th>
<td>
<?php
@@ -321,7 +320,6 @@
}
?>
</td>
<?php endif;?>
</tr>
<?php endif;?>
<tr>