|
|
@@ -43,7 +43,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<div style="overflow-y:scroll; width:100%;max-height:500px">
|
|
|
- <tr ng-repeat="user in userinfos| filter: keyword track by $index" ng-if = "thisUser.userUU != user.userUU">
|
|
|
+ <tr ng-repeat="user in userinfos| filter: keyword track by $index">
|
|
|
<td width="80px;">{{user.userUU}}</td>
|
|
|
<td width="100px;">{{user.userName}}</td>
|
|
|
<td width="40px;" style="text-align: center">
|