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
be506377
Commit
be506377
authored
Jan 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:讲师身份不显示讲师筛选项
parent
94e4b740
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/modules/course-manage/components/LiveCourseFilter.jsx
+2
-1
No files found.
src/modules/course-manage/components/LiveCourseFilter.jsx
View file @
be506377
...
@@ -15,6 +15,7 @@ import TeacherSearchSelect from "@/modules/common/TeacherSearchSelect";
...
@@ -15,6 +15,7 @@ import TeacherSearchSelect from "@/modules/common/TeacherSearchSelect";
import
RangePicker
from
"@/modules/common/DateRangePicker"
;
import
RangePicker
from
"@/modules/common/DateRangePicker"
;
import
moment
from
'moment'
;
import
moment
from
'moment'
;
import
StoreService
from
"@/domains/store-domain/storeService"
;
import
StoreService
from
"@/domains/store-domain/storeService"
;
import
User
from
'@/common/js/user'
;
import
'./LiveCourseFilter.less'
;
import
'./LiveCourseFilter.less'
;
const
{
Search
}
=
Input
;
const
{
Search
}
=
Input
;
...
@@ -220,7 +221,7 @@ class LiveCourseFilter extends React.Component {
...
@@ -220,7 +221,7 @@ class LiveCourseFilter extends React.Component {
</
Select
>
</
Select
>
</
div
>
</
div
>
}
}
{
expandFilter
&&
{
((
expandFilter
&&
User
.
getUserRole
()
!==
"CloudLecturer"
)
||
User
.
getUserRole
()
===
"CloudLecturer"
)
&&
<
div
className=
"search-condition__item"
>
<
div
className=
"search-condition__item"
>
<
span
className=
"select-status"
>
上课状态:
</
span
>
<
span
className=
"select-status"
>
上课状态:
</
span
>
<
Select
<
Select
...
...
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