feature: salary menu

This commit is contained in:
zhuyu 2025-06-03 23:29:10 +08:00
parent b456b03c06
commit 673751c5bd
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@ class CustomDetail extends Backend
}
public function edit()
public function edit($ids = null)
{
if (false === $this->request->isPost()) {

View File

@ -45,7 +45,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
table: table,
buttons: [
{
name: 'edit',
name: 'myedit',
text: '编辑',
title: '编辑',
classname: 'btn btn-xs btn-success btn-dialog',