Commit f2ff8a88 authored by shenshaokai's avatar shenshaokai

fix: bugId=37413 隐藏批量审核按钮

parent ec19394b
......@@ -25,10 +25,10 @@ const verifyComingSchema: ISchema = {
grid: true,
},
properties: {
ctl: {
type: 'object',
'x-component': 'ControllerBtns',
},
// ctl: {
// type: 'object',
// 'x-component': 'ControllerBtns',
// },
name: {
type: 'string',
'x-component': 'Search',
......
......@@ -158,13 +158,13 @@ const MemberPrVerifyComingData: React.FC<{}> = props => {
return {};
};
const ControllerBtns = () => (
<Space>
<Button onClick={handleBatch}>
{intl.formatMessage({ id: 'member.actions.verify-batch' })}
</Button>
</Space>
);
// const ControllerBtns = () => (
// <Space>
// <Button onClick={handleBatch}>
// {intl.formatMessage({ id: 'member.actions.verify-batch' })}
// </Button>
// </Space>
// );
return (
<PageHeaderWrapper>
......@@ -181,9 +181,9 @@ const MemberPrVerifyComingData: React.FC<{}> = props => {
<NiceForm
actions={formActions}
onSubmit={values => ref.current.reload(values)}
components={{
ControllerBtns,
}}
// components={{
// ControllerBtns,
// }}
effects={($, actions) => {
useStateFilterSearchLinkageEffect(
$,
......
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