diff --git a/Bootstrap.Admin/Views/Admin/Users.cshtml b/Bootstrap.Admin/Views/Admin/Users.cshtml index e861cd9e..61db9430 100644 --- a/Bootstrap.Admin/Views/Admin/Users.cshtml +++ b/Bootstrap.Admin/Views/Admin/Users.cshtml @@ -62,6 +62,6 @@ } -@section roleModal { +@section customModal { @Html.Partial("RoleConfig") } diff --git a/Bootstrap.Admin/Views/Shared/_Admin.cshtml b/Bootstrap.Admin/Views/Shared/_Admin.cshtml index 875f2473..310309bc 100644 --- a/Bootstrap.Admin/Views/Shared/_Admin.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Admin.cshtml @@ -43,5 +43,4 @@ -@RenderSection("modal", false) -@RenderSection("roleModal", false) +@RenderSection("modal", false) \ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/_Default.cshtml b/Bootstrap.Admin/Views/Shared/_Default.cshtml index d71c39ad..6aed9b00 100644 --- a/Bootstrap.Admin/Views/Shared/_Default.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Default.cshtml @@ -34,9 +34,7 @@ -} -@section roleModal { - @RenderSection("roleModal", false) + @RenderSection("customModal", false) }
查询条件