* Fix bug.

This commit is contained in:
wangyidong
2024-01-03 10:13:34 +08:00
parent ad8123115d
commit 8671c02db8
3 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -284,10 +284,10 @@ formPanel
set::label($lang->project->budget),
inputGroup
(
set::prefix(zget($lang->project->currencySymbol, $currency)),
set::prefixWidth('icon'),
$parentProgram ? span(setClass('input-group-addon'), zget($lang->project->currencySymbol, $currency)) : null,
input(set::name('budget')),
$parentProgram ? formHidden('budgetUnit', $parentProgram->budgetUnit) : picker(
$parentProgram ? formHidden('budgetUnit', $parentProgram->budgetUnit) : picker
(
set::name('budgetUnit'),
set::items($budgetUnitList),
set::value($config->project->defaultCurrency),