Merge branch dev/bug-64155 of zentao/zentaopms (#10488)

This commit is contained in:
刘刚
2025-07-22 10:49:42 +08:00
committed by Gitfox
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ formPanel
(
setID('createForm'),
set::title($title),
set::labelWidth('120px'),
formGroup
(
set::label($lang->tree->name),
+1
View File
@@ -41,6 +41,7 @@ formPanel
setID('editForm'),
set::action(helper::createLink($app->rawModule, $app->rawMethod, 'module=' . $module->id .'&type=' . $type)),
set::submitBtnText($lang->save),
set::labelWidth('100px'),
$showProduct ? formRow
(
formGroup