* Simplify the calling of upload widget.

This commit is contained in:
liugang
2023-07-06 14:24:57 +08:00
parent c159118f91
commit ac3aef0948
13 changed files with 14 additions and 50 deletions
+2 -8
View File
@@ -117,13 +117,7 @@ detailBody
set::showEdit(true),
set::showDelete(true),
) : null,
formGroup
(
upload
(
set::name('files'),
),
)
upload()
),
section
(
@@ -197,7 +191,7 @@ detailBody
set('data-toggle', 'modal'),
$lang->tree->manage,
),
btn
btn
(
set::class('refresh'),
set::icon('refresh'),