This commit is contained in:
hyunho 2020-12-03 08:21:53 +00:00
parent 59961d3b78
commit b43f49dc5e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</div>
<div class="line line-dashed line-lg pull-in"></div>
<div class="form-group">
<label class="col-sm-4 col-md-2 control-label">교육장소</label>
<label class="col-sm-4 col-md-2 control-label">기본교육장소</label>
@Html.Partial("./Partial/Radio", Model.ComCodes.Where(w => w.cgroup == "studyplace"), new ViewDataDictionary() { { "checked", Model.CM.studyplace }, { "name", "CM.studyplace" }, { "isreadonly", 1 } })
</div>
<div style="display:none">