* Replace input with colorInput, add colorPicker to title in the batch form of the task module.

This commit is contained in:
liumengyi
2023-12-22 15:46:39 +08:00
parent 43686bbc15
commit f763bc0b69
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -159,6 +159,7 @@ formBatchPanel
formBatchItem
(
set::name('name'),
set::control('colorInput'),
set::label($lang->task->name),
set::width('240px')
),
+1
View File
@@ -41,6 +41,7 @@ formBatchPanel
formBatchItem
(
set::name('name'),
set::control('colorInput'),
set::label($lang->task->name),
set::width('240px')
),