feature: 按钮名称

This commit is contained in:
zhuyu 2025-06-03 18:06:40 +08:00
parent ee2d779f71
commit cf39aa4326

View File

@ -154,7 +154,7 @@ class Detail extends Backend
return json($result); 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("month", $month);
$this->view->assign("salaryitem", json_encode($salaryItem)); $this->view->assign("salaryitem", json_encode($salaryItem));
return $this->view->fetch(); return $this->view->fetch();