@model ZoomLa.Model.M_Questions_Knowledge @{ } @section head{ 编辑知识点 } @section content{
所属科目 @ViewBag.cname
名称 @Html.TextBoxFor(m => m.K_name, new { @class = "form-control max20rem" })
所属年级 @Html.DropDownListFor(m => m.Grade, ViewBag.gradelist as SelectList, new { @class = "form-control max20rem" })
是否启用
系统知识点:
返回
} @section script{ }