diff --git a/application/admin/controller/salary/Detail.php b/application/admin/controller/salary/Detail.php index cfbb1e0..0f909de 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/detail/custom_manage')); + $this->assignconfig("manage", $this->auth->check('salary/detail/custom_edit')); $this->view->assign("month", $month); $this->view->assign("salaryitem", json_encode($salaryItem)); return $this->view->fetch();