mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
fix: 复原多余的修改
This commit is contained in:
@@ -174,10 +174,6 @@ func (p *Menu) Searches(ctx *builder.Context) []interface{} {
|
||||
return []interface{}{
|
||||
searches.Input("name", "名称"),
|
||||
searches.Input("path", "路由"),
|
||||
searches.Radio("show", "显示", []*radio.Option{{
|
||||
Label: "是",
|
||||
Value: 1,
|
||||
}}),
|
||||
searches.Status(),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user