feature: salary menu
This commit is contained in:
parent
b456b03c06
commit
673751c5bd
|
|
@ -233,7 +233,7 @@ class CustomDetail extends Backend
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function edit()
|
public function edit($ids = null)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (false === $this->request->isPost()) {
|
if (false === $this->request->isPost()) {
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
||||||
table: table,
|
table: table,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
name: 'edit',
|
name: 'myedit',
|
||||||
text: '编辑',
|
text: '编辑',
|
||||||
title: '编辑',
|
title: '编辑',
|
||||||
classname: 'btn btn-xs btn-success btn-dialog',
|
classname: 'btn btn-xs btn-success btn-dialog',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user