|
|
@@ -42,7 +42,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<div style="overflow-y:scroll; width:100%;max-height:500px">
|
|
|
- <tr ng-repeat="user in userinfos| filter: keyword" ng-if = "thisUser.userUU != user.userUU">
|
|
|
+ <tr ng-repeat="user in userinfos| filter: keyword">
|
|
|
<td width="80px;">{{user.userUU}}</td>
|
|
|
<td width="100px;">{{user.userName}}</td>
|
|
|
<td width="40px;" style="text-align: center"><input ng-model="user.distribute" name="checkbox" ng-click="checkOne()" type="checkbox"></td>
|