* Change to new writing method.

This commit is contained in:
wangxuepeng
2023-11-20 16:35:22 +08:00
parent b99d2bd84c
commit e8b2d39d33
5 changed files with 26 additions and 40 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ modalHeader
formPanel
(
set::id('editForm'),
setID('editForm'),
set::ajax(array('beforeSubmit' => jsRaw("editStage"))),
set::submitBtnText($lang->save),
formGroup
@@ -97,7 +97,7 @@ formPanel
setClass('flex self-center w-full'),
$enableOptionalAttr ? picker
(
set::id('attribute'),
setID('attribute'),
set::name('attribute'),
set::items($typeList),
set::value($plan->attribute),