* [task#123516,doing,1h] add releasedDate.

This commit is contained in:
sunguangming
2024-07-24 17:27:22 +08:00
committed by 王怡栋
parent 183822c633
commit 2cd0391739
3 changed files with 36 additions and 20 deletions
+13
View File
@@ -33,6 +33,7 @@ if(!empty($projectID))
formPanel
(
set::title($lang->release->create),
on::change('[name=status]', 'changeStatus'),
formRow
(
formGroup
@@ -94,6 +95,18 @@ formPanel
)
),
formRow
(
setClass('hidden'),
formGroup
(
set::width(isInModal() ? '1/2' : '1/4'),
set::name('releasedDate'),
set::label($lang->release->releasedDate),
set::value(helper::today()),
set::control('date')
)
),
formRow
(
formGroup
(