From cf39aa4326729681ac5995e41ed917aaf24a8c33 Mon Sep 17 00:00:00 2001 From: zhuyu Date: Tue, 3 Jun 2025 18:06:40 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E6=8C=89=E9=92=AE=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/salary/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/salary/Detail.php b/application/admin/controller/salary/Detail.php index 6c52194..cfbb1e0 100644 --- a/application/admin/controller/salary/Detail.php +++ b/application/admin/controller/salary/Detail.php @@ -154,7 +154,7 @@ class Detail extends Backend return json($result); } - $this->assignconfig("manage", $this->auth->check('salary/custom_manage')); + $this->assignconfig("manage", $this->auth->check('salary/detail/custom_manage')); $this->view->assign("month", $month); $this->view->assign("salaryitem", json_encode($salaryItem)); return $this->view->fetch();