Merge branch 'wxp_bug32388' into 'master'

* Fix bug #32388.

See merge request easycorp/zentaopms!7039
This commit is contained in:
孙广明
2023-02-22 09:07:13 +00:00
+1 -1
View File
@@ -39,7 +39,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'):?>