|
@@ -32,7 +32,7 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<th width="80px;">用户UU</th>
|
|
<th width="80px;">用户UU</th>
|
|
|
<th width="100px;">用户名称</th>
|
|
<th width="100px;">用户名称</th>
|
|
|
- <th width="40px;" style="text-align: center"><input type="checkbox" name="checkbox" ng-model="checkboxes.checked" ng-click="checkAll();isChanged = !isChanged" ng-show="false"></th>
|
|
|
|
|
|
|
+ <th width="40px;" style="text-align: center"><input type="checkbox" name="checkbox" ng-model="checkboxes.checked" ng-click="checkAll(isChangedAll);isChangedAll = !isChangedAll"></th>
|
|
|
</thead>
|
|
</thead>
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<div style="overflow-y:scroll; width:100%;max-height:500px">
|
|
<div style="overflow-y:scroll; width:100%;max-height:500px">
|