* Change maxVersion bizVersion proVersion to edition.

This commit is contained in:
liumengyi
2022-02-24 16:15:08 +08:00
parent bdaf8ced98
commit e0814cd74b
33 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<tr>
<td><?php echo html::a($executionLink, $execution->id);?></td>
<td>
<?php if(isset($config->maxVersion)):?>
<?php if($this->config->edition == 'max'):?>
<span class='project-type-label label label-info label-outline'><?php echo zget($lang->user->executionTypeList, $execution->type);?></span>
<?php endif;?>
<?php echo html::a($executionLink, $execution->name);?>