代理商管理菜单

This commit is contained in:
邓皓元 2020-01-06 15:06:08 +08:00
parent 9c9832245c
commit d4bea51650

View File

@ -83,6 +83,15 @@ class PermissionSeeder extends Seeder
['name' => 'virtual.company.accounts.destroy', 'title' => '删除', 'description' => 'destroy', 'type' => 1],
],
],
[
'name' => 'virtual.agents.index', 'title' => '代理商管理', 'path' => '/agents', 'icon' => 'ios-cube', 'type' => 0, 'open' => 3,
'children' => [
['name' => 'virtual.agents.show', 'title' => '查看', 'description' => 'show', 'type' => 1],
['name' => 'virtual.agents.create', 'title' => '创建', 'description' => 'create', 'type' => 1],
['name' => 'virtual.agents.update', 'title' => '编辑', 'description' => 'update', 'type' => 1],
['name' => 'virtual.agents.destroy', 'title' => '删除', 'description' => 'destroy', 'type' => 1],
],
],
],
],
[