@model ZoomLa.Model.Plat.M_Plat_Group @{ B_User buser = new B_User(); } @section head{部门管理 } @section content{
部门信息
上级部门 @ViewBag.pname
部门名 @Html.TextBoxFor(m=>m.GroupName,new {@class="form-control max20rem required" })
组成员
ID姓名操作
管理员:
ID姓名操作
描述 @Html.TextAreaFor(m=>m.GroupDesc,new {@class="form-control",rows="3" })
取消保存
} @section script{ }