* Add buildOperateMenu for bug module.

This commit is contained in:
wangyuting2
2022-05-09 11:16:14 +08:00
parent 45ae4de775
commit cc57fc819a
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class model extends baseModel
$html = '';
$type = $type == 'browse' ? 'list' : 'button';
if($enabled) $html = common::buildIconButton($module, $method, $params, $data, $type, $icon, $target, $class, $onlyBody, $misc, $title);
$html = common::buildIconButton($module, $method, $params, $data, $type, $icon, $target, $class, $onlyBody, $misc, $title, '', $enabled);
return $html;
}