@using Air.WebHelper
@{
ViewBag.Title = "参数分组配置";
Layout = "~/Areas/Admin/Views/Shared/_EasyUI_Layout.cshtml";
}
@Html.ToolButton("btnQuery", "icon-search", "查询", true)
@Html.Action("ToolBar", "Control", ViewBag.ToolBar as ToolBar)
@Html.Raw(ViewBag.GroupList)