Commit 56b17ded authored by guang.wu's avatar guang.wu

fix: 修改默认页面

parent 4a13425a
......@@ -157,6 +157,10 @@ const SettlementSheet = props => {
request={params => queryData(params)}
columns={columns(pages)}
rowKey={r => r.settleBatchNo}
pagination={{
defaultPageSize: 100,
pageSizeOptions: ['100'],
}}
search={{
collapsed: false,
optionRender: searchRender,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment