* Adjust for field label.

This commit is contained in:
wangyidong
2024-01-18 14:18:00 +08:00
parent 9aba1e2db3
commit 226e0e02b3
+1
View File
@@ -94,6 +94,7 @@ $fields->field('RD')->foldable()->items(data('rdUsers'))->value(data('copyExecut
$fields->field('teamName')
->foldable()
->width('full')
->label($lang->execution->teamName)
->name('team')
->checkbox(array('text' => $lang->execution->copyTeam, 'id' => 'copyTeam'))
->value(data('execution.team'));