|
|
|
@ -41,9 +41,9 @@
|
|
|
|
<div style="display: flex;justify-content: center;">
|
|
|
|
<div style="display: flex;justify-content: center;">
|
|
|
|
<el-pagination
|
|
|
|
<el-pagination
|
|
|
|
style="margin-top: 10px;"
|
|
|
|
style="margin-top: 10px;"
|
|
|
|
:current-page="select.page"
|
|
|
|
:current-page.sync="select.page"
|
|
|
|
:page-sizes="[20, 30, 40, 50]"
|
|
|
|
:page-sizes="[20, 30, 40, 50]"
|
|
|
|
:page-size="select.page_size"
|
|
|
|
:page-size.sync="select.page_size"
|
|
|
|
hide-on-single-page
|
|
|
|
hide-on-single-page
|
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
:total="total"
|
|
|
|
:total="total"
|
|
|
|
|