feature: 按钮名称
This commit is contained in:
parent
ee2d779f71
commit
cf39aa4326
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user