+ project: add a hidden inputControl to display the end date of long time project.

This commit is contained in:
liugang
2023-11-16 14:23:19 +08:00
parent ce53f56871
commit c08c976a65
+10
View File
@@ -315,6 +315,16 @@ formPanel
set::placeholder($lang->project->end),
set::required(true),
$copyProjectID ? setClass('has-warning') : null
),
inputControl
(
setClass('has-suffix-icon w-full hidden'),
to::suffix(icon('calendar')),
input
(
set::value($lang->project->longTime),
set::disabled(true)
)
)
),
$copyProjectID ? div(setClass('text-warning'), $lang->project->copyProject->endTips) : null