This commit is contained in:
hyunho 2020-12-22 08:38:24 +00:00
parent e4731a4361
commit e7296e278a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</td>
<th>과정분류</th>
<td>
<div class="col-md-6">
<div class="col-md-12">
@Html.Partial("./Partial/Select", Model.cgs, new ViewDataDictionary { { "name", "stringval2" }, { "selected", Model.stringval2 }, { "style", "width: 100%" }, { "df", ":-선택" } })
</div>
</td>