* Optimization of task status flow related methods.

This commit is contained in:
tianshujie
2023-05-19 14:14:26 +08:00
parent 0f4b675200
commit c7535fe28e
5 changed files with 58 additions and 62 deletions
+5 -2
View File
@@ -21,8 +21,11 @@ formPanel
formGroup
(
set::label($lang->comment),
set::name('comment'),
set::control('editor'),
editor
(
set::name('comment'),
set::rows('5'),
)
),
);