@model Bootstrap.Admin.Models.NavigatorBarModel @{ ViewBag.Title = "部门管理"; Layout = "~/Views/Shared/_Default.cshtml"; } @section Javascript { } @section query {
} @section toolbar {
} @section modal { } @section customModal { @await Html.PartialAsync("RoleConfig") @await Html.PartialAsync("UserConfig") }