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

一站式审核 申请 分页表头 宽度自适应

上级 2c8c2287
......@@ -230,6 +230,7 @@ export default class List extends Component {
loading,
noSelectRow: !listConfig.selectRows,
onSelectRow: this.handleSelectRows,
scroll: {x: true},
};
if (!listConfig.paging) {
tableProps.data = { list: data, pagination: false };
......
......@@ -282,6 +282,7 @@ export default class List extends Component {
loading,
noSelectRow: !listConfig.selectRows,
onSelectRow: this.handleSelectRows,
scroll: {x: true},
};
if(!listConfig.paging){
tableProps.data = {list: data, pagination:false};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论