update:更新一些页面操作

This commit is contained in:
JaguarJack
2021-04-05 22:11:36 +08:00
parent 4e170dbd17
commit 44b74d53d9
3 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ class Permission extends Form
self::select('module', '模块')
->required()
->style(['width' => '100%'])
->allowCreate(true)
->filterable(true)
->clearable(true)
->col(12)
->options($this->getModules()),