This commit is contained in:
tianshujie
2024-01-25 16:04:43 +08:00
parent c246bf9d7a
commit 136f43cd7f
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ class backBtn extends btn
'gitlab' => 'space-browse,gitlab-browseproject',
'zanode' => 'zanode-browse,zanode-view',
'zahost' => 'zahost-browse,zahost-view',
'stakeholder' => 'stakeholder-browse'
'stakeholder' => 'stakeholder-browse',
'execution' => 'execution-team,execution-index,execution->view,project-execution,execution-all,project-index'
);
$props = parent::getProps();
+3 -2
View File
@@ -56,6 +56,7 @@ featureBar
set::value($dept),
set::items($depts),
set('data-placeholder', $lang->execution->selectDeptTitle),
set::required(true),
on::change('setDeptUsers')
),
$copyTeamBox
@@ -222,10 +223,10 @@ h::table
div
(
setClass('main-content'),
form
formPanel
(
setClass('main-form'),
set::id('teamForm'),
setID('teamForm'),
h::table
(
set::className('table table-form'),