质量管理/安全知识库
This commit is contained in:
@ -30,7 +30,7 @@ const props = defineProps({
|
||||
page: propTypes.number.def(1),
|
||||
limit: propTypes.number.def(20),
|
||||
pageSizes: {
|
||||
type: Array,
|
||||
type: Array<number>,
|
||||
default: () => [10, 20, 30, 50]
|
||||
},
|
||||
// 移动端页码按钮的数量端默认值5
|
||||
|
Reference in New Issue
Block a user