@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesSystemSysSetting; //The menu item will be active for this page. ViewBag.Title = "系统基础配置"; var searchForm = new SearchFormViewModal(new List() { new SearchItem("settingName","配置名称"), new SearchItem("code","配置代码" ), new SearchItem("description","配置描述") }, false); }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm }) @**@ @**@ @**@
@section modal{
} @section scripts { }