update:更新权限列表搜索

This commit is contained in:
JaguarJack
2021-04-05 12:26:12 +08:00
parent b79b226a74
commit 5b6e34f3fe
5 changed files with 11 additions and 10 deletions

View File

@@ -28,7 +28,8 @@ class Permission extends CatchTable
Actions::create()
])
->withSearch([
Search::text('permission_name', '菜单名称')
Search::label('菜单名称')->text('permission_name', '菜单名称')->clearable(true),
Search::hidden('actionList', 'actionList')
])
->withFilterParams([
'permission_name' => '',