@model Air.Model.AirAdminViewModel.Bas_RightModel @using Mini.Web.WebHelper @{ ViewBag.Title = "Add"; Layout = "~/Areas/Admin/Views/Shared/_Index_LayoutEdit.cshtml"; }
@Html.ToolButtonPlain("btnSave", "icon-save", "保存", false, "")
@Html.ValidationSummary(true)
权限组: @Html.TextBoxFor(m => m.GroupId, new { style = "width:305px;" }) @Html.ValidationMessageFor(m => m.GroupId)
权限Id: @Html.TextBoxFor(m => m.RightId, new { style = "width:305px;" }) @Html.ValidationMessageFor(m => m.RightId)
权限名: @Html.TextBoxFor(m => m.RName) @Html.HiddenFor(m => m.RightId) @Html.ValidationMessageFor(m => m.RName)
排序: @Html.TextBoxFor(m => m.SortId) @Html.ValidationMessageFor(m => m.SortId)