mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
feat: 增加权限筛选条件
This commit is contained in:
@@ -91,6 +91,7 @@ func (p *Permission) Fields(ctx *builder.Context) []interface{} {
|
||||
func (p *Permission) Searches(ctx *builder.Context) []interface{} {
|
||||
return []interface{}{
|
||||
searches.Input("name", "名称"),
|
||||
searches.Input("path", "路径"),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user