Skip to content

Commit

Permalink
fix(seeder): 修正菜单表按钮标识
Browse files Browse the repository at this point in the history
  • Loading branch information
he426100 authored Jan 16, 2025
1 parent bbd4724 commit 94521c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databases/seeders/menu_seeder_20240926.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,15 @@ public function data(): array
]),
],
[
'name' => 'permission:menu:create',
'name' => 'permission:menu:save',
'meta' => new Meta([
'title' => '菜单保存',
'type' => 'B',
'i18n' => 'baseMenu.permission.menuSave',
]),
],
[
'name' => 'permission:menu:save',
'name' => 'permission:menu:update',
'meta' => new Meta([
'title' => '菜单更新',
'type' => 'B',
Expand Down

0 comments on commit 94521c9

Please sign in to comment.