@using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesSystemRoles; //The menu item will be active for this page. ViewBag.Title = "角色管理"; List roleType = ViewBag.RoleType; var searchForm = new SearchFormViewModal(new List() { new SearchItem("name","角色编号"), new SearchItem("roleDisplayName","角色名称"), new SearchItem("roleType","角色类型",FiledType.I ) .SetSearchItem(roleType) }, false); }
@Html.Action("ToolMenu", "Layout", new { pageName = ViewBag.ActiveMenu, searchForm })
@section modal{
@*
Auth Modal
*@ } @section scripts { @**@ }