This commit is contained in:
wangyidong
2024-01-22 15:02:24 +08:00
parent 55016254f5
commit 1409e4050b
+1
View File
@@ -22,6 +22,7 @@ if(!empty($project->model) && $project->model == 'agileplus')
$fields->field('method')
->required()
->name('type')
->label($lang->execution->method)
->labelHint($lang->execution->agileplusMethodTip)
->items($lang->execution->typeList)
->value(data('execution.type'));