Merge branch 'test' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into gyq

This commit is contained in:
gyq
2024-10-12 10:37:15 +08:00
3 changed files with 55 additions and 23 deletions

View File

@@ -35,7 +35,12 @@
</div>
<div class="head-container">
<el-pagination :total="tableData.total" :current-page="tableData.page + 1" :page-size="tableData.size"
@current-change="paginationChange" layout="total, sizes, prev, pager, next, jumper"></el-pagination>
@current-change="paginationChange" @size-change="(e) => {
tableData.size = e;
tableData.page = 0;
paginationChange();
}
" layout="total, sizes, prev, pager, next, jumper"></el-pagination>
</div>
</div>
</template>