This commit is contained in:
tianshujie
2023-12-23 10:38:17 +08:00
parent af657eee4e
commit dcfd7ddfc4
+3 -1
View File
@@ -254,12 +254,14 @@ formPanel
set::seg(true),
btn
(
setClass('primary-pale project-type-1'),
setClass('project-type-1'),
!$copyProjectID || $copyProject->hasProduct ? setClass('primary-pale') : null,
set::disabled($copyProjectID),
$lang->project->projectTypeList[1]
),
btn(
setClass('project-type-0'),
$copyProjectID && !$copyProject->hasProduct ? setClass('primary-pale') : null,
set::disabled($copyProjectID),
$lang->project->projectTypeList[0]
)