mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化门禁工作
This commit is contained in:
parent
bb3d1844be
commit
eba5dea5fb
@ -31,7 +31,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="row">
|
<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>
|
<vc:create namespace="simplifyOwnerAccessContol" path="frame/paginationPlus"></vc:create>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
});
|
});
|
||||||
vc.on('simplifyOwnerAccessContol','paginationPlus', 'page_event',
|
vc.on('simplifyOwnerAccessContol','paginationPlus', 'page_event',
|
||||||
function (_currentPage) {
|
function (_currentPage) {
|
||||||
$that._listSimplifyOwnerComplaint(_currentPage, DEFAULT_ROWS);
|
$that._listSimplifyOwnerAccessContol(_currentPage, DEFAULT_ROWS);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="row">
|
<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>
|
<vc:create namespace="simplifyOwnerTransactionCar" path="frame/paginationPlus"></vc:create>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user