This commit is contained in:
sunguangming
2024-01-29 16:27:47 +08:00
parent 287450db2c
commit a3340704ba
+1
View File
@@ -46,6 +46,7 @@ $fields->field('type')
->label($showExecutionExec ? $lang->execution->execType : $lang->execution->type)
->name($isStage ? 'attribute' : 'lifetime')
->hidden($isKanban)
->value('short')
->items($isStage ? $lang->stage->typeList : $lang->execution->lifeTimeList);
$plan = data('plan');