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
997de4b2
Commit
997de4b2
authored
Aug 10, 2021
by
maolipeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhujian/0726/qwLiving' into rc
parents
5b04c415
c06d9537
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
11 deletions
+23
-11
src/modules/course-manage/DataList/CourseData.jsx
+4
-5
src/modules/course-manage/components/AddLiveClassInfoWorkWX.jsx
+11
-5
src/modules/course-manage/components/AddLiveClassInfoWorkWX.less
+7
-0
src/modules/course-manage/components/CreateWorkWXCourse.less
+1
-1
No files found.
src/modules/course-manage/DataList/CourseData.jsx
View file @
997de4b2
...
@@ -212,9 +212,10 @@ class DataList extends React.Component {
...
@@ -212,9 +212,10 @@ class DataList extends React.Component {
<
Tooltip
<
Tooltip
title=
{
()
=>
{
title=
{
()
=>
{
return
<
div
>
return
<
div
>
<
div
>
学员-已加入当前学院的企业员工
</
div
>
<
div
>
学员:已加入当前学院的企业员工
</
div
>
<
div
>
待加入-未加入当前学院的企业员工
</
div
>
<
div
>
待加入:未加入当前学院的企业员工
</
div
>
<
div
>
游客-非企业员工
</
div
>
<
div
>
游客:非企业员工
</
div
>
<
div
>
*企业员工以企业微信通讯录为准
</
div
>
</
div
>
</
div
>
}
}
>
}
}
>
<
i
className=
'icon iconfont'
style=
{
{
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

</
i
>
<
i
className=
'icon iconfont'
style=
{
{
fontSize
:
"14px"
,
fontWeight
:
"400"
}
}
>

</
i
>
...
@@ -237,8 +238,6 @@ class DataList extends React.Component {
...
@@ -237,8 +238,6 @@ class DataList extends React.Component {
{
{
title
:
'累计在线时长'
,
title
:
'累计在线时长'
,
dataIndex
:
'totalDuration'
,
dataIndex
:
'totalDuration'
,
sorter
:
(
a
,
b
)
=>
a
.
totalDuration
-
b
.
totalDuration
,
sortDirections
:
[
'descend'
,
'ascend'
],
render
:
(
text
,
record
)
=>
{
render
:
(
text
,
record
)
=>
{
//如无离开时间,就置空
//如无离开时间,就置空
return
<
span
>
{
text
?
dealTimeDuration
(
text
)
:
'00:00:00'
}
</
span
>;
return
<
span
>
{
text
?
dealTimeDuration
(
text
)
:
'00:00:00'
}
</
span
>;
...
...
src/modules/course-manage/components/AddLiveClassInfoWorkWX.jsx
View file @
997de4b2
...
@@ -229,7 +229,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -229,7 +229,7 @@ export default function AddLiveClassInfoWorkWX(props) {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
"duration-time item"
>
<
div
className=
"duration-time item"
id=
"odqboqwdq"
>
{
{
cusTime
||
props
.
type
===
"edit"
?
(
cusTime
||
props
.
type
===
"edit"
?
(
<>
<>
...
@@ -258,7 +258,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -258,7 +258,7 @@ export default function AddLiveClassInfoWorkWX(props) {
)
:
(
)
:
(
<>
<>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
时长:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
时长:
</
span
>
<
Select
onChange=
{
onDurationChange
}
defaultValue=
{
60
}
style=
{
{
width
:
"140px"
}
}
>
<
Select
onChange=
{
onDurationChange
}
defaultValue=
{
60
}
style=
{
{
width
:
"140px"
}
}
getPopupContainer=
{
()
=>
document
.
getElementById
(
"odqboqwdq"
)
}
>
<
Option
value=
{
30
}
>
0.5小时
</
Option
>
<
Option
value=
{
30
}
>
0.5小时
</
Option
>
<
Option
value=
{
60
}
>
1.0小时
</
Option
>
<
Option
value=
{
60
}
>
1.0小时
</
Option
>
<
Option
value=
{
120
}
>
2.0小时
</
Option
>
<
Option
value=
{
120
}
>
2.0小时
</
Option
>
...
@@ -270,7 +270,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -270,7 +270,7 @@ export default function AddLiveClassInfoWorkWX(props) {
}
}
</
div
>
</
div
>
<
div
className=
"teacher item"
>
<
div
className=
"teacher item"
id=
"ieouwowerwe"
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
讲师:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
讲师:
</
span
>
<
Select
<
Select
value=
{
teacherId
}
value=
{
teacherId
}
...
@@ -280,6 +280,7 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -280,6 +280,7 @@ export default function AddLiveClassInfoWorkWX(props) {
placeholder=
"请选择讲师"
placeholder=
"请选择讲师"
disabled=
{
!
props
.
isEdit
?
true
:
false
}
disabled=
{
!
props
.
isEdit
?
true
:
false
}
filterOption=
{
(
input
,
option
)
=>
option
}
filterOption=
{
(
input
,
option
)
=>
option
}
getPopupContainer=
{
()
=>
document
.
getElementById
(
"ieouwowerwe"
)
}
showSearch
showSearch
allowClear
allowClear
onPopupScroll=
{
handleScrollTeacherList
}
onPopupScroll=
{
handleScrollTeacherList
}
...
@@ -314,9 +315,14 @@ export default function AddLiveClassInfoWorkWX(props) {
...
@@ -314,9 +315,14 @@ export default function AddLiveClassInfoWorkWX(props) {
}
}
</
Select
>
</
Select
>
</
div
>
</
div
>
<
div
className=
"remind-time item"
>
<
div
className=
"remind-time item"
id=
"jfjfiemc"
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
提醒时间:
</
span
>
<
span
className=
"label"
><
span
className=
"require"
>
*
</
span
>
提醒时间:
</
span
>
<
Select
onChange=
{
onRemindChange
}
placeholder=
{
"15分钟前"
}
style=
{
{
width
:
"130px"
}
}
>
<
Select
onChange=
{
onRemindChange
}
placeholder=
{
"15分钟前"
}
style=
{
{
width
:
"130px"
}
}
getPopupContainer=
{
()
=>
document
.
getElementById
(
"jfjfiemc"
)
}
>
<
Option
value=
{
0
}
>
无
</
Option
>
<
Option
value=
{
0
}
>
无
</
Option
>
<
Option
value=
{
300
}
>
5分钟前
</
Option
>
<
Option
value=
{
300
}
>
5分钟前
</
Option
>
<
Option
value=
{
900
}
>
15分钟前
</
Option
>
<
Option
value=
{
900
}
>
15分钟前
</
Option
>
...
...
src/modules/course-manage/components/AddLiveClassInfoWorkWX.less
View file @
997de4b2
.AddLiveClassInfoWorkWX {
.AddLiveClassInfoWorkWX {
margin-left: 16px;
margin-left: 16px;
margin-bottom: 98px;
.remind-time {
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
color: #333333;
}
}
.item {
.item {
margin: 24px 0;
margin: 24px 0;
.label {
.label {
...
...
src/modules/course-manage/components/CreateWorkWXCourse.less
View file @
997de4b2
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
color: #333;
color: #333;
font-weight: 500;
font-weight: 500;
line-height: 22px;
line-height: 22px;
margin-bottom:
8
px;
margin-bottom:
25
px;
}
}
.add-live__class-info {
.add-live__class-info {
margin-left: 14px;
margin-left: 14px;
...
...
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