Commit a09a0f43 authored by 张子雨's avatar 张子雨

feat: 去掉分页

parent 90c4de1a
...@@ -86,6 +86,7 @@ const ContractView = () => { ...@@ -86,6 +86,7 @@ const ContractView = () => {
bordered bordered
toolBarRender={false} toolBarRender={false}
scroll={{ x: '100%', y: 400 }} scroll={{ x: '100%', y: 400 }}
pagination={false}
/> />
<Modal visible={visible} width="1000px" onCancel={() => setVisible(false)}> <Modal visible={visible} width="1000px" onCancel={() => setVisible(false)}>
<iframe src={url} height="500" width="95%" title="合同"></iframe> <iframe src={url} height="500" width="95%" title="合同"></iframe>
......
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