* Change select to picker in block module.

This commit is contained in:
liumengyi
2023-07-11 10:09:37 +08:00
parent ac29f9c430
commit b7024afe32
5 changed files with 43 additions and 43 deletions
+5 -5
View File
@@ -34,7 +34,7 @@ function printPreference()
set::name('URSR'),
set::control(array
(
'type' => 'select',
'type' => 'picker',
'items' => $config->URSRList
))
),
@@ -45,7 +45,7 @@ function printPreference()
set::name('programLink'),
set::control(array
(
'type' => 'select',
'type' => 'picker',
'items' => $lang->my->programLinkList
))
) : null,
@@ -56,7 +56,7 @@ function printPreference()
set::name('productLink'),
set::control(array
(
'type' => 'select',
'type' => 'picker',
'items' => $lang->my->productLinkList
))
),
@@ -67,7 +67,7 @@ function printPreference()
set::name('projectLink'),
set::control(array
(
'type' => 'select',
'type' => 'picker',
'items' => $lang->my->projectLinkList
))
),
@@ -78,7 +78,7 @@ function printPreference()
set::name('executionLink'),
set::control(array
(
'type' => 'select',
'type' => 'picker',
'items' => $lang->my->executionLinkList
))
)