@model dccdc.Models.InfectionOpenUserInfoModel
| 姓名: | @Html.TextBoxFor(m => m.name, new { Styles = "width:140px", Class = "l-text" }) |
| 所属单位: | @Html.TextBoxFor(m => m.unit, new { Styles = "width:140px", Class = "l-text" }) |
| 手机号码: | @Html.TextBoxFor(m => m.phone, new { Styles = "width:140px", Class = "l-text" }) |
| 身份证: | @Html.TextBoxFor(m => m.ident, new { Styles = "width:140px", Class = "l-text" }) |
| 生日: | @Html.TextBoxFor(m => m.birth, new { Styles = "width:140px", Class = "l-text" }) |
| 所属人群: | @Html.DropDownListFor(m => m.crowd_id, ViewBag.crowdList as SelectList, "==请选择人群==", new { Styles = "width:140px", Class = "l-text" }) |
| 驾驶证: | |
|
|
|