|
|
@@ -36,7 +36,7 @@
|
|
|
</thead>
|
|
|
<tbody ng-if="thisUser.sys">
|
|
|
<!-- 当前用户是管理员时 -->
|
|
|
- <tr ng-repeat="user in userinfos| filter: keyword" ng-if="thisUser.userUU != user.userUU" style="overflow-y:scroll; width:100%;max-height:500px" ng-if="!user.sys">
|
|
|
+ <tr ng-repeat="user in userinfos| filter: keyword" ng-if="thisUser.userUU != user.userUU" style="overflow-y:scroll; width:100%;max-height:500px" >
|
|
|
<td width="80px;">{{user.userUU}}</td>
|
|
|
<td width="100px;">{{user.userName}}</td>
|
|
|
<td width="40px;" style="text-align: center"><input ng-model="user.transfer" name="checkbox" ng-click="checkOne(user)" ng-checked="user.checked" type="checkbox" title="选择"></td>
|