This commit is contained in:
liumengyi
2023-02-02 09:42:23 +08:00
parent c81a32c8ee
commit ec5f0e4f33
+1 -1
View File
@@ -277,7 +277,7 @@
<?php if($execution->deleted):?>
<span class='label label-danger label-outline'><?php echo $lang->execution->deleted;?></span>
<?php endif;?>
<?php if(!empty($execution->lifetime)):?>
<?php if(!empty($execution->lifetime) and $execution->type != 'kanban'):?>
<span class="label label-primary label-outline"><?php echo zget($lang->execution->lifeTimeList, $execution->lifetime);?></span>
<?php endif;?>
<?php if(isset($execution->delay)):?>