This commit is contained in:
guochunsi
2025-12-31 17:40:01 +08:00
parent 6d94e91b70
commit 74c06bb8a0
713 changed files with 115034 additions and 46 deletions

View File

@@ -6,7 +6,7 @@
:pager-count="5"
:page-sizes="props.pageSizes"
:current-page="props.current"
background
:background="props.background"
:page-size="props.size"
:layout="props.layout"
:total="props.total"
@@ -40,6 +40,10 @@ const props = defineProps({
type: String,
default: 'total, sizes, prev, pager, next, jumper',
},
background: {
type: Boolean,
default: false,
},
});
// 分页改变
const sizeChangeHandle = (val: number) => {