@Html.LabelFor(m => m.RolesName, new { @class = "control-label", @style = "width:100px;" })
@Html.TextBoxFor(m => m.RolesName, new { @class = "span2", @style = "width:350px;" })
@Html.ValidationMessageFor(m => m.RolesName)
@Html.LabelFor(m => m.RolesDescription, new { @class = "control-label", @style = "width:100px;" })
@Html.TextBoxFor(m => m.RolesDescription, new { @class = "span2", @style = "width:350px;" })
@Html.LabelFor(m => m.QuanxianChar, new { @class = "control-label", @style = "width:100px;" })
@Html.ListBoxFor(m => m.QuanxianChar, Hospital.Controllers.RolesController.GetAllStaticQuanxianList(), new { @style = "width:365px;" })