fix: 复原多余的修改

This commit is contained in:
WANGZeping
2024-03-19 15:07:55 +08:00
parent 2073392bb0
commit d1b8292a4d

View File

@@ -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(),
}
}