fix(CRUD):修复数据表没有注释时不生成菜单规则的问题

This commit is contained in:
妙码生花 2022-07-01 22:34:04 +08:00
parent 84db936f5e
commit 83c518ee47

View File

@ -1108,7 +1108,7 @@ class Crud extends Command
Menu::create([
[
'type' => 'menu',
'title' => $tableComment,
'title' => $tableComment ?: $table,
'name' => $originControllerUrl,
'path' => $originControllerUrl,
'menu_type' => 'tab',