@model ZoomLa.Model.User.M_Structure @section head{ 添加项目类型 } @section content{
@*<%-- --%>*@
@L.组织结构
@L.父结构 @ViewBag.pname
@L.结构名 @Html.TextBoxFor(m=>m.Name,new {@class="form-control required" })
管理人员 *
添加或删除用户,保存后才可生效
@L.结构描述 @Html.TextAreaFor(m=>m.Remind,new { @class="form-control",rows="4"})
@L.权限
@L.操作
} @section script{ }