This commit is contained in:
hyunho 2020-10-19 06:27:47 +00:00
parent 00a7349755
commit ee9252904e
1 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ else if (Model.viewname == "professor")
{
<th width="20">No</th>
<th>소속</th>
<th>구분</th>
<th>이름(ID)</th>
<th>핸드폰</th>
<th style="width:60px;">상태</th>
@ -95,7 +94,6 @@ else if (Model.viewname == "professor")
<tr>
<td>@item.rnorvt</td>
<td>@item.pasname</td>
<td>@item.userkindname</td>
<td class="link"><a href="#" onclick="reg(@item.userno)">@string.Format("{0}({1})", item.username, item.userid)</a></td>
<td>@item.mobile</td>
<td>@item.statusname</td>