提交 72d43086 authored 作者: 钟是志's avatar 钟是志

优化代码

上级 6b97446c
...@@ -78,7 +78,7 @@ class StandardTable extends Component { ...@@ -78,7 +78,7 @@ class StandardTable extends Component {
const paginationProps = { const paginationProps = {
showSizeChanger: true, showSizeChanger: true,
showQuickJumper: true, showQuickJumper: true,
pageSizeOptions: [10, 20, 50, 100, 200], pageSizeOptions: ['10', '20', '50', '100', '200'],
...pagination, ...pagination,
}; };
if (typeof paginationProps.total === 'string') { if (typeof paginationProps.total === 'string') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论