Commit 6daae558 authored by 许佳敏's avatar 许佳敏

Merge branch 'v2-220418-bug' into 'v2-220418'

开启入口 See merge request linkseeks-design/pro-platform!482
parents ab6b380b dd0f1bee
......@@ -331,8 +331,16 @@ const MemberMaintain: React.FC<[]> = () => {
type="primary"
onClick={() => handleVisibleIntroduceDrewer(true)}
>
会员引入
供应商引入
</Button> */}
<AuthButton btnCode="memberImport.introduce">
<Button
type="primary"
onClick={() => handleVisibleIntroduceDrewer(true)}
>
供应商引入
</Button>
</AuthButton>
</Space>
</>
);
......
......@@ -211,19 +211,19 @@ const MemberQuery: React.FC<{}> = () => {
};
const ControllerBtns = () => (
<></>
// <Space>
// <></>
<Space>
// <AuthButton btnCode='profile.add' >
// <Button
// type="primary"
// onClick={() => setModalVisible(true)}
// >
// <PlusOutlined />
// {intl.formatMessage({ id: 'member.memberQuery.query.add' })}
// </Button>
// </AuthButton>
// </Space>
<AuthButton btnCode='profile.add' >
<Button
type="primary"
onClick={() => setModalVisible(true)}
>
<PlusOutlined />
{intl.formatMessage({ id: 'member.memberQuery.query.add' })}
</Button>
</AuthButton>
</Space>
);
return (
......
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