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
3460f93f
Commit
3460f93f
authored
May 24, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复
parent
9ea8aafb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
+1
-1
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
+6
-2
src/modules/course-manage/offline-course/components/OfflineCourseList.jsx
+1
-1
src/modules/course-manage/video-course/components/VideoCourseList.jsx
+1
-1
No files found.
src/modules/course-manage/graphics-course/components/GraphicsCourseList.jsx
View file @
3460f93f
...
...
@@ -137,7 +137,7 @@ class GraphicsCourseList extends React.Component {
{
title
:
<
span
>
<
span
>
学院展示
</
span
>
<
Tooltip
title=
{
<
div
>
开启后,学员可在学院内查看到此课程。
若课程“未成功开课”,则系统会自动“关闭”学院展示。
<
br
/>
关闭后,学院内不再展示此课程,但学员仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
<
Tooltip
title=
{
<
div
>
开启后,学员可在学院内查看到此课程。
<
br
/>
关闭后,学院内不再展示此课程,但学员仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
</
span
>,
width
:
120
,
dataIndex
:
"courseware"
,
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
View file @
3460f93f
...
...
@@ -465,7 +465,11 @@ class AddOfflineCourse extends React.Component {
preSubmit
=
()
=>
{
const
{
courseId
}
=
this
.
state
;
courseId
?
this
.
checkDetail
(
courseId
).
then
(
bool
=>
bool
&&
this
.
handleSubmit
())
:
this
.
handleSubmit
();
if
(
courseId
)
{
this
.
checkDetail
(
courseId
).
then
(
bool
=>
bool
?
this
.
handleSubmit
()
:
message
.
warning
(
'课程已开始,无法继续编辑'
))
}
else
{
this
.
handleSubmit
();
}
}
// 保存
...
...
@@ -710,7 +714,7 @@ class AddOfflineCourse extends React.Component {
data
.
endTimeApply
=
undefined
;
}
else
{
data
.
startTimeApply
=
dates
[
0
].
valueOf
();
data
.
endTimeApply
=
dates
[
1
]
.
valueOf
();
data
.
endTimeApply
=
moment
(
dates
[
1
]).
endOf
(
'minute'
)
.
valueOf
();
}
this
.
setState
(
data
);
}
...
...
src/modules/course-manage/offline-course/components/OfflineCourseList.jsx
View file @
3460f93f
...
...
@@ -117,7 +117,7 @@ class OfflineCourseList extends React.Component {
{
title
:
<
span
>
<
span
>
学院展示
</
span
>
<
Tooltip
title=
{
<
div
>
开启后,
用户可在学院内查看到此课程
。
<
br
/>
关闭后,学院内不再展示此课程,但用户仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
<
Tooltip
title=
{
<
div
>
开启后,
学员可在学院内查看到此课程。若课程“取消”,则系统会自动“关闭”学院展示
。
<
br
/>
关闭后,学院内不再展示此课程,但用户仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
</
span
>,
width
:
120
,
dataIndex
:
"courseware"
,
...
...
src/modules/course-manage/video-course/components/VideoCourseList.jsx
View file @
3460f93f
...
...
@@ -126,7 +126,7 @@ class VideoCourseList extends React.Component {
{
title
:
<
span
>
<
span
>
学院展示
</
span
>
<
Tooltip
title=
{
<
div
>
开启后,学员可在学院内查看到此课程。
若课程“未成功开课”,则系统会自动“关闭”学院展示。
<
br
/>
关闭后,学院内不再展示此课程,但学员仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
<
Tooltip
title=
{
<
div
>
开启后,学员可在学院内查看到此课程。
<
br
/>
关闭后,学院内不再展示此课程,但学员仍可通过分享的海报/链接查看此课程。
</
div
>
}
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
>
</
span
>,
width
:
120
,
dataIndex
:
"courseware"
,
...
...
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