* Adjust execution method for execution edit.

This commit is contained in:
caoyanyi
2024-01-25 14:03:00 +08:00
parent 5eef1281f6
commit fc63dab684
+1 -1
View File
@@ -34,7 +34,7 @@ if($project)
$fields->field('project')
->label($lang->execution->method)
->disabled()
->value(zget($lang->execution->typeList, data('execution.project')));
->value(zget($lang->execution->typeList, data('execution.type')));
}
elseif($app->tab == 'project' && $project->model == 'waterfallplus')
{