feat(每页记录数选择项调整): 每页记录数选择项高调整为15, 30, 50, 100, 200, 500
1个文件已修改
2 ■■■ 已修改文件
src/components/Pagination/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Pagination/index.vue
@@ -37,7 +37,7 @@
    pageSizes: {
      type: Array,
      default() {
        return [5, 10, 15, 20, 30, 50]
        return [15, 30, 50, 100, 200, 500]
      }
    },
    layout: {