新增部门操作日志
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-07-14 15:37:27 +08:00
parent c805742767
commit 780df7ffff

View File

@ -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' => '部门状态更新',
]
];