This commit is contained in:
tianshujie
2023-12-19 16:54:22 +08:00
parent b6f3f242ef
commit b85bbc558b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ formPanel
$config->systemMode != 'light' ? on::change('#begin, #end, #parent', 'checkDate') : null,
formRow
(
set::hidden(!empty($globalDisableProgram)),
formGroup
(
set::width('1/2'),
+2 -2
View File
@@ -186,7 +186,7 @@ formPanel
on::change('[name^=branch]', 'branchChange'),
on::change('[name=future]', 'toggleBudget'),
on::change('[name=newProduct]', 'addProduct'),
formRow
empty($globalDisableProgram) ? formRow
(
formGroup
(
@@ -224,7 +224,7 @@ formPanel
set::value($project->model),
set::control('hidden')
)
),
) : null,
formGroup
(
set::width('1/2'),