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
97eb9df0
Commit
97eb9df0
authored
Mar 09, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhangleyuan/20200220/training-program' into dev
parents
cb25c618
20a51ce0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
src/modules/plan-manage/components/TrainingTask.jsx
+2
-2
src/modules/plan-manage/modal/relatedCourseModal.jsx
+2
-2
src/modules/plan-manage/modal/relatedCourseModal.less
+4
-0
No files found.
src/modules/plan-manage/components/TrainingTask.jsx
View file @
97eb9df0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Author: zhangleyuan
* @Date: 2021-02-20 16:45:51
* @Date: 2021-02-20 16:45:51
* @LastEditors: zhangleyuan
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-03-09 1
4:13:39
* @LastEditTime: 2021-03-09 1
5:53:46
* @Description: 描述一下
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -483,7 +483,7 @@ class TrainingTask extends React.Component {
...
@@ -483,7 +483,7 @@ class TrainingTask extends React.Component {
{
record
.
courseState
===
"EXPIRED"
&&
{
record
.
courseState
===
"EXPIRED"
&&
<
span
className=
"icon iconfont tip"
>

</
span
>
<
span
className=
"icon iconfont tip"
>

</
span
>
}
}
{
record
.
course
State
&&
{
record
.
course
Type
===
"LIVE"
&&
<
span
className=
"course-state"
>
{
courseStateShow
[
record
.
courseState
].
title
}
</
span
>
<
span
className=
"course-state"
>
{
courseStateShow
[
record
.
courseState
].
title
}
</
span
>
}
}
...
...
src/modules/plan-manage/modal/relatedCourseModal.jsx
View file @
97eb9df0
...
@@ -361,7 +361,7 @@ class SelectOperatorModal extends React.Component {
...
@@ -361,7 +361,7 @@ class SelectOperatorModal extends React.Component {
<
Tabs
defaultActiveKey=
"video"
onChange=
{
(
activeKey
)
=>
{
this
.
setState
({
activeKey
:
activeKey
})}
}
>
<
Tabs
defaultActiveKey=
"video"
onChange=
{
(
activeKey
)
=>
{
this
.
setState
({
activeKey
:
activeKey
})}
}
>
<
TabPane
tab=
"视频课"
key=
"video"
>
<
TabPane
tab=
"视频课"
key=
"video"
>
<
div
className=
"search-container"
>
<
div
className=
"search-container"
>
<
Search
placeholder=
"搜索课程名称"
style=
{
{
width
:
200
}
}
onChange=
{
(
e
)
=>
{
this
.
handleChangVideoCourseName
(
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
handleFetchVideoDataList
()}
}
/>
<
Search
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
placeholder=
"搜索课程名称"
style=
{
{
width
:
200
}
}
onChange=
{
(
e
)
=>
{
this
.
handleChangVideoCourseName
(
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
handleFetchVideoDataList
()}
}
/>
</
div
>
</
div
>
<
div
>
<
div
>
<
span
>
<
span
>
...
@@ -414,7 +414,7 @@ class SelectOperatorModal extends React.Component {
...
@@ -414,7 +414,7 @@ class SelectOperatorModal extends React.Component {
</
TabPane
>
</
TabPane
>
<
TabPane
tab=
"直播课"
key=
"live"
>
<
TabPane
tab=
"直播课"
key=
"live"
>
<
div
className=
"search-container"
>
<
div
className=
"search-container"
>
<
Search
placeholder=
"搜索课程名称"
style=
{
{
width
:
200
}
}
onChange=
{
(
e
)
=>
{
this
.
handleChangLiveCourseName
(
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
handleFetchLiveDataList
()}
}
/>
<
Search
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
placeholder=
"搜索课程名称"
style=
{
{
width
:
200
}
}
onChange=
{
(
e
)
=>
{
this
.
handleChangLiveCourseName
(
e
.
target
.
value
)}
}
onSearch=
{
()
=>
{
this
.
handleFetchLiveDataList
()}
}
/>
</
div
>
</
div
>
<
div
>
<
div
>
<
span
>
<
span
>
...
...
src/modules/plan-manage/modal/relatedCourseModal.less
View file @
97eb9df0
...
@@ -9,4 +9,7 @@
...
@@ -9,4 +9,7 @@
color:#5289FA;
color:#5289FA;
}
}
}
}
.search-container{
margin-bottom:16px;
}
}
}
\ No newline at end of file
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