@using Core.Web.WebHelper @{ ViewBag.Title = "权限菜单管理"; Layout = "~/Views/Shared/_Layout.cshtml"; }
@Html.Action("ToolBar", "Home", new { area="", rightcode = (ViewBag.rightCode as string), otherToolBars = new Core.Web.WebHelper.ToolBar[] { new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "向上", "layui-btn-warm","layui-icon-up") , new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "向下", "layui-btn-warm" ,"layui-icon-down") } } )
名称: