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
36429a18
Commit
36429a18
authored
Jan 04, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:联调视频课相关模块
parent
9f02cbdf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/modules/course-manage/video-course/components/VideoCourseFilter.jsx
+2
-2
src/modules/course-manage/video-course/components/VideoCourseList.jsx
+2
-2
No files found.
src/modules/course-manage/video-course/components/VideoCourseFilter.jsx
View file @
36429a18
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:11:57
* @Date: 2020-08-05 10:11:57
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-31 1
6:00:32
* @LastEditTime: 2020-12-31 1
8:27:26
* @Description: 视频课-搜索模块
* @Description: 视频课-搜索模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -167,7 +167,7 @@ class VideoCourseFilter extends React.Component {
...
@@ -167,7 +167,7 @@ class VideoCourseFilter extends React.Component {
>
>
{
_
.
map
(
teacherList
,
(
item
,
index
)
=>
{
{
_
.
map
(
teacherList
,
(
item
,
index
)
=>
{
return
(
return
(
<
Select
.
Option
value=
{
item
.
userId
}
key=
{
item
.
userI
d
}
>
{
item
.
nickName
}
</
Select
.
Option
>
<
Select
.
Option
value=
{
item
.
id
}
key=
{
item
.
i
d
}
>
{
item
.
nickName
}
</
Select
.
Option
>
);
);
})
}
})
}
</
Select
>
</
Select
>
...
...
src/modules/course-manage/video-course/components/VideoCourseList.jsx
View file @
36429a18
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @Date: 2020-08-05 10:12:45
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-31 1
6:01:52
* @LastEditTime: 2020-12-31 1
8:26:57
* @Description: 视频课-列表模块
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -86,7 +86,7 @@ class VideoCourseList extends React.Component {
...
@@ -86,7 +86,7 @@ class VideoCourseList extends React.Component {
render
:
(
val
,
record
)
=>
{
render
:
(
val
,
record
)
=>
{
return
(
return
(
<
div
className=
"record__item"
>
<
div
className=
"record__item"
>
{
record
.
category
Name
}
{
record
.
category
OneName
}{
record
.
categoryTwoName
?
``
:
''
}
</
div
>
</
div
>
)
)
}
}
...
...
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