* Hidden region and lane field under the operation management interface.

This commit is contained in:
tianshujie
2023-10-30 17:15:58 +08:00
parent a99502ac23
commit d8619e5f93
+2
View File
@@ -100,6 +100,7 @@ if($execution->type == 'kanban')
set::width('160px'),
set::ditto(true),
set::required(true),
set::hidden($config->vision == 'lite'),
);
$laneItem = formBatchItem(
set::name('lane'),
@@ -110,6 +111,7 @@ if($execution->type == 'kanban')
set::width('160px'),
set::ditto(true),
set::required(true),
set::hidden($config->vision == 'lite'),
);
}