|
|
@@ -133,7 +133,7 @@ |
|
|
|
</el-table> |
|
|
|
<div style="display: flex; justify-content: flex-end; margin-top: 10px"> |
|
|
|
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="pageNum" |
|
|
|
:page-sizes="[10, 30, 50]" :page-size="10" layout="total, sizes, prev, pager, next, jumper" :total="total"> |
|
|
|
:page-sizes="[10, 30, 50]" :page-size="30" layout="total, sizes, prev, pager, next, jumper" :total="total"> |
|
|
|
</el-pagination> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|