From 780df7ffff29a760c41e985b4293efdcd418865e Mon Sep 17 00:00:00 2001 From: ykxiao Date: Mon, 14 Jul 2025 15:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=83=A8=E9=97=A8=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/autoload/op_logs.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/autoload/op_logs.php b/config/autoload/op_logs.php index 61b307d..c8c228c 100644 --- a/config/autoload/op_logs.php +++ b/config/autoload/op_logs.php @@ -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' => '部门状态更新', + ] ]; \ No newline at end of file