<기능개선>

1. PMS NO : 6771
2. (주요)작업내용 
(1) BO/Views/cm/cms.cshtml
 - 항목 수정
This commit is contained in:
jity7777 2022-10-07 01:07:56 +00:00
parent 224bcab35c
commit 07e5422ed2
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
<td>@item.rnorvt</td> <td>@item.rnorvt</td>
@*<td>@Html.Raw(Model.addstringval.Contains("," + item.cmno + ",") ? "" : string.Format("<input type=\"checkbox\" class=\"autocheck\" value=\"{0}\" />", item.cmno))</td>*@ @*<td>@Html.Raw(Model.addstringval.Contains("," + item.cmno + ",") ? "" : string.Format("<input type=\"checkbox\" class=\"autocheck\" value=\"{0}\" />", item.cmno))</td>*@
<td>@item.cmno</td> <td>@item.cmno</td>
@Html.Raw(Model.viewidxname == "강좌" ? "<td>" + item.cgcode + "</td>" : "") @Html.Raw(Model.viewidxname == "강좌" ? "<td>" + item.pcmno + "</td>" : "")
<td>@item.tmname</td> <td>@item.tmname</td>
<td>@item.pcgname</td> <td>@item.pcgname</td>
<td>@item.cgname</td> <td>@item.cgname</td>