This commit is contained in:
@ -49,4 +49,19 @@ return [
|
||||
'action' => 'RoleController@addRole',
|
||||
'name' => '新增|编辑角色',
|
||||
],
|
||||
[
|
||||
'id' => 8,
|
||||
'action' => 'DeptController@addDept',
|
||||
'name' => '新增|编辑部分',
|
||||
],
|
||||
[
|
||||
'id' => 9,
|
||||
'action' => 'DeptController@delDept',
|
||||
'name' => '删除部门',
|
||||
],
|
||||
[
|
||||
'id' => 10,
|
||||
'action' => 'DeptController@updateDeptStatus',
|
||||
'name' => '部门状态更新',
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user