fix:作品类型模块分页顺序修改

This commit is contained in:
xjh 2023-04-19 16:39:14 +08:00
parent 2753a3a62c
commit b4d6b67fa7

View File

@ -68,7 +68,7 @@
<!-- 分页 -->
<div class="pagination">
<el-pagination v-model:current-page="page" v-model:page-size="limit" :page-sizes="pageSizesData" background
layout="total, sizes, prev, pager, next, jumper" :total="pageCount" @size-change="handleSizeChange"
layout="prev, pager,next, jumper,total,sizes" :total="pageCount" @size-change="handleSizeChange"
@current-change="handleCurrentChange" />
</div>