* [bug#63163,done,0.2h] hide report btn in execution.

This commit is contained in:
sunguangming
2025-06-11 06:45:28 +00:00
parent e50e97bae8
commit de087262a5
+1 -1
View File
@@ -188,7 +188,7 @@ toolbar
'hint' => $lang->task->viewTypeList['tree']
))
))),
hasPriv('task', 'report') ? item(set(array
hasPriv('task', 'report') && empty($execution->isTpl) ? item(set(array
(
'icon' => 'bar-chart',
'class' => 'ghost',