Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
b360ba0b
Commit
b360ba0b
authored
Jul 29, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:去掉员工管理运营师角色
parent
33754339
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
src/modules/store-manage/EmployeeAddOrEditModal.tsx
+3
-9
No files found.
src/modules/store-manage/EmployeeAddOrEditModal.tsx
View file @
b360ba0b
/*
* @Author: wufan
* @Date: 2020-11-27 16:21:49
* @LastEditors:
zhangleyu
an
* @LastEditTime: 2021-0
3-09 14:21:35
* @LastEditors:
wuf
an
* @LastEditTime: 2021-0
7-29 14:51:26
* @Description: Description
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -44,7 +44,7 @@ interface AddEmployeeModalProps {
function
AddEmployeeModal
(
props
:
AddEmployeeModalProps
)
{
const
[
nickName
,
setName
]
=
useState
(
""
);
const
[
phone
,
setPhone
]
=
useState
(
""
);
const
[
role
,
setRole
]
=
useState
(
"Cloud
Operato
r"
);
const
[
role
,
setRole
]
=
useState
(
"Cloud
Lecture
r"
);
const
[
avatar
,
setAvatar
]
=
useState
(
"https://image.xiaomaiketang.com/xm/rJeQaZxtc7.png"
);
...
...
@@ -295,12 +295,6 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
<
span
style=
{
{
color
:
"#333"
}
}
>
管理员
</
span
>
<
p
className=
"radio-tip"
>
可执行学院中所有的操作
</
p
>
</
Radio
>
<
Radio
value=
{
"CloudOperator"
}
className=
"mt-4"
>
<
span
style=
{
{
color
:
"#333"
}
}
>
运营师
</
span
>
<
p
className=
"radio-tip"
>
仅可查看/转发培训计划内容,并查看其负责的学员学习进度
</
p
>
</
Radio
>
</
RadioGroup
>
</
Form
.
Item
>
</
Form
>
...
...
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