提交 74c50eea authored 作者: 钟是志's avatar 钟是志

铁道bug修改

上级 2f88a03c
...@@ -79,6 +79,7 @@ class StandardTable extends Component { ...@@ -79,6 +79,7 @@ class StandardTable extends Component {
const paginationProps = { const paginationProps = {
showSizeChanger: true, showSizeChanger: true,
showQuickJumper: true, showQuickJumper: true,
pageSizeOptions: [10, 20, 50, 100, 200] ,
...pagination, ...pagination,
}; };
if(typeof paginationProps.total === 'string'){ if(typeof paginationProps.total === 'string'){
...@@ -130,7 +131,7 @@ class StandardTable extends Component { ...@@ -130,7 +131,7 @@ class StandardTable extends Component {
size="small" size="small"
scroll={scroll} scroll={scroll}
showHeader={showHeader} showHeader={showHeader}
pagination={ this.props.isHiddenPage?null:pagination === null ? null : paginationProps} pagination={ this.props.isHiddenPage? null : pagination === null ? null : paginationProps}
onChange={this.handleTableChange} onChange={this.handleTableChange}
/> />
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论