处理分页
This commit is contained in:
@@ -606,7 +606,7 @@
|
||||
<div style="text-align: center;margin-top: 10px;">
|
||||
<el-pagination @size-change="handleSizeChange2" @current-change="handleCurrentChange2"
|
||||
:page-sizes="[10, 20, 30, 40]" :page-size="limit" :current-page="page"
|
||||
layout="total,sizes, prev, pager, next,jumper" :total="classifyData.length">
|
||||
layout="total,sizes, prev, pager, next,jumper" :total="classifyData.totalCount">
|
||||
</el-pagination>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user