This commit is contained in:
wangxuepeng
2023-02-22 08:56:08 +00:00
parent 15f781ccdb
commit 7ce34db406
+1 -1
View File
@@ -36,7 +36,7 @@
<?php echo html::hidden('project', $project->id);?>
<?php elseif($project->model == 'agileplus'):?>
<tr>
<th><?php echo $lang->execution->method;?></th>
<th class='w-120px'><?php echo $lang->execution->method;?></th>
<td><?php echo zget($lang->execution->typeList, $execution->type);?></td><td></td>
</tr>
<?php elseif($app->tab == 'project' and $project->model == 'waterfallplus'):?>