This commit is contained in:
parent
00a7349755
commit
ee9252904e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue