代理商管理菜单
This commit is contained in:
parent
9c9832245c
commit
d4bea51650
@ -83,6 +83,15 @@ class PermissionSeeder extends Seeder
|
|||||||
['name' => 'virtual.company.accounts.destroy', 'title' => '删除', 'description' => 'destroy', 'type' => 1],
|
['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],
|
||||||
|
],
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user