Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
d85cd3dc
Commit
d85cd3dc
authored
Nov 17, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉只有 服务提供者 才能够创建下级会员的限制
parent
b47eefce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
+21
-2
index.tsx
src/pages/member/memberImport/index.tsx
+21
-2
No files found.
src/pages/member/memberImport/index.tsx
View file @
d85cd3dc
...
...
@@ -276,7 +276,7 @@ const MemberMaintain: React.FC<[]> = () => {
const
controllerBtns
=
(
<>
{
(
userInfo
&&
userInfo
.
memberRoleType
===
MEMBER_ROLE_TYPE_SERVICE_PROVIDER
)
&&
(
{
/* {
(userInfo && userInfo.memberRoleType === MEMBER_ROLE_TYPE_SERVICE_PROVIDER) && (
<Space>
<Button
type="primary"
...
...
@@ -296,7 +296,26 @@ const MemberMaintain: React.FC<[]> = () => {
更多
</Dropdown.Button>
</Space>
)
}
)} */
}
<
Space
>
<
Button
type=
"primary"
onClick=
{
()
=>
history
.
push
(
`/memberCenter/memberAbility/manage/import/add`
)
}
>
<
PlusOutlined
/>
新建
</
Button
>
<
Button
onClick=
{
()
=>
setVisibleModal
(
true
)
}
>
导入
</
Button
>
<
Dropdown
.
Button
overlay=
{
menu
}
trigger=
{
[
'click'
]
}
icon=
{
<
DownOutlined
/>
}
>
更多
</
Dropdown
.
Button
>
</
Space
>
</>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment