优化门禁工作

This commit is contained in:
java110 2020-11-21 18:06:52 +08:00
parent bb3d1844be
commit eba5dea5fb
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
</tbody>
</table>
<div class="row">
<div class="col-sm-7 float-right">
<div class="col-sm-12 float-right">
<vc:create namespace="simplifyOwnerAccessContol" path="frame/paginationPlus"></vc:create>
</div>
</div>

View File

@ -21,7 +21,7 @@
});
vc.on('simplifyOwnerAccessContol','paginationPlus', 'page_event',
function (_currentPage) {
$that._listSimplifyOwnerComplaint(_currentPage, DEFAULT_ROWS);
$that._listSimplifyOwnerAccessContol(_currentPage, DEFAULT_ROWS);
});
},
methods: {

View File

@ -42,7 +42,7 @@
</tbody>
</table>
<div class="row">
<div class="col-sm-7 float-right">
<div class="col-lg-12 float-right">
<vc:create namespace="simplifyOwnerTransactionCar" path="frame/paginationPlus"></vc:create>
</div>
</div>