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
fd9b2ba8
Commit
fd9b2ba8
authored
May 19, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复管理端部分问题
parent
0d1f5c70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
+4
-0
src/modules/course-manage/offline-course/components/OfflineCourseList.jsx
+1
-1
No files found.
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
View file @
fd9b2ba8
...
...
@@ -1031,6 +1031,7 @@ class AddOfflineCourse extends React.Component {
<
InputNumber
value=
{
quota
}
min=
{
oldQuta
||
1
}
precision=
{
0
}
style=
{
{
margin
:
'0 4px'
,
width
:
90
}
}
onChange=
{
(
value
)
=>
{
this
.
setState
({
quota
:
value
})
...
...
@@ -1081,6 +1082,7 @@ class AddOfflineCourse extends React.Component {
value=
{
signInTimeNum
}
min=
{
1
}
max=
{
signInTimeUnit
===
'MINUTE'
?
1440
:
24
}
precision=
{
0
}
style=
{
{
margin
:
'0 4px'
,
width
:
90
}
}
onChange=
{
(
value
)
=>
{
this
.
setState
({
signInTimeNum
:
value
})
...
...
@@ -1148,6 +1150,7 @@ class AddOfflineCourse extends React.Component {
value=
{
signOutStartTimeNum
}
min=
{
1
}
max=
{
signOutStartTimeUnit
===
'MINUTE'
?
1440
:
24
}
precision=
{
0
}
style=
{
{
margin
:
'0 4px'
,
width
:
90
}
}
onChange=
{
(
value
)
=>
{
this
.
setState
({
signOutStartTimeNum
:
value
})
...
...
@@ -1173,6 +1176,7 @@ class AddOfflineCourse extends React.Component {
value=
{
signOutEndTimeNum
}
min=
{
1
}
max=
{
signOutEndTimeUnit
===
'MINUTE'
?
1440
:
24
}
precision=
{
0
}
style=
{
{
margin
:
'0 4px'
,
width
:
90
}
}
onChange=
{
(
value
)
=>
{
this
.
setState
({
signOutEndTimeNum
:
value
})
...
...
src/modules/course-manage/offline-course/components/OfflineCourseList.jsx
View file @
fd9b2ba8
...
...
@@ -277,7 +277,7 @@ class OfflineCourseList extends React.Component {
if
(
isDelete
)
{
Modal
.
confirm
({
title
:
'删除课程'
,
content
:
'确定删除该
学员
吗?删除后用户数据和课程数据将无法恢复。'
,
content
:
'确定删除该
课程
吗?删除后用户数据和课程数据将无法恢复。'
,
icon
:
<
span
className=
"icon iconfont default-confirm-icon"
>

</
span
>,
okText
:
'确定'
,
okType
:
'danger'
,
...
...
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