feature: salary auth

This commit is contained in:
zhuyu 2025-06-03 22:52:28 +08:00
parent cf39aa4326
commit 049f771ce4

View File

@ -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();