yuan
21 小时以前 3c0b74f13a2d56c44296b10a129dd2fbca0106bd
fix: 增加分页组件的可选页面大小
已修改1个文件
2 ■■■ 文件已修改
src/components/PIMTable/Pagination.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/PIMTable/Pagination.vue
@@ -34,7 +34,7 @@
  },
  pageSizes: {
    type: Array,
    default: () => [10, 20, 30, 50, 100]
    default: () => [10, 20, 30, 50, 100, 200, 500]
  },
  pagerCount: {
    type: Number,