处理分页

This commit is contained in:
wwz
2025-01-07 10:09:12 +08:00
parent 0bf36ac0b9
commit 138d91701f

View File

@@ -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>