sprint_sunjun_631

This commit is contained in:
sunjun
2022-05-14 20:32:54 +08:00
parent e9aab00257
commit 9ad4d27dc4
+1 -1
View File
@@ -141,7 +141,7 @@
<a class="plan-toggle" data-id="<?php echo $execution->id;?>"><i class="icon icon-angle-double-right"></i></a>
<?php endif;?>
</td>
<?php if($from == 'execution'):?>
<?php if(!$isStage):?>
<td title='<?php echo $execution->code;?>'><?php echo $execution->code;?></td>
<?php endif;?>
<?php if($config->systemMode == 'new' and $this->app->tab == 'execution'):?>