质量管理/安全知识库

This commit is contained in:
Teo
2025-06-27 18:35:48 +08:00
parent 5e5803b641
commit 036a41f726
16 changed files with 1619 additions and 680 deletions

View File

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