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

铁道bug修改

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