Commit 5147993d authored by beisir's avatar beisir

fix: 赔款说明隐藏

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