Commit 5147993d authored by beisir's avatar beisir

fix: 赔款说明隐藏

parent 3d2fb770
...@@ -68,11 +68,12 @@ const AfterSalesClaimForm = ({ route }) => { ...@@ -68,11 +68,12 @@ const AfterSalesClaimForm = ({ route }) => {
saveAs(url, getLastItem(url)); saveAs(url, getLastItem(url));
}; };
const toolBarRender = () => [ // const toolBarRender = () => [
<Button type="link" onClick={openSetclaimModal}> // <Button type="link" onClick={openSetclaimModal}>
赔款说明 // 赔款说明
</Button>, // </Button>,
]; // ];
// toolBarRender={toolBarRender}
const onReset = () => {}; const onReset = () => {};
...@@ -89,7 +90,6 @@ const AfterSalesClaimForm = ({ route }) => { ...@@ -89,7 +90,6 @@ const AfterSalesClaimForm = ({ route }) => {
search={search} search={search}
options={false} options={false}
actionRef={ref} actionRef={ref}
toolBarRender={toolBarRender}
pagination={{ pageSize: 10 }} pagination={{ pageSize: 10 }}
onReset={onReset} onReset={onReset}
scroll={{ x: '100%', y: 430 }} scroll={{ x: '100%', y: 430 }}
......
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