* Change select to the picker component.

This commit is contained in:
tianshujie
2023-12-13 15:01:37 +08:00
parent d0eb14c55a
commit e37aa7e632
+1 -1
View File
@@ -35,7 +35,7 @@ formBatchPanel
(
set::name('type'),
set::label($lang->design->type),
set::control('select'),
set::control('picker'),
set::items($lang->design->typeList),
set::width('200px'),
set::ditto(true)