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