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
19003b31
Commit
19003b31
authored
Jul 18, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:解决培训计划里的空状态显示
parent
00b7ddf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
src/modules/course-manage/video-course/components/AddVideoIntro.jsx
+1
-1
src/modules/plan-manage/modal/relatedCourseModal.jsx
+20
-7
No files found.
src/modules/course-manage/video-course/components/AddVideoIntro.jsx
View file @
19003b31
...
@@ -154,7 +154,7 @@ class AddVideoIntro extends React.Component {
...
@@ -154,7 +154,7 @@ class AddVideoIntro extends React.Component {
<
div
className=
"content"
>
<
div
className=
"content"
>
<
div
className=
"intro-list"
>
<
div
className=
"intro-list"
>
<
div
className=
"intro-list__item introduce-editor"
>
<
div
className=
"intro-list__item introduce-editor"
>
{
(
!
id
||
loadintroduce
)
&&
{
(
!
id
||
loadintroduce
)
&&
(
<
GraphicsEditor
<
GraphicsEditor
maxLimit=
{
1000
}
maxLimit=
{
1000
}
id=
"intro"
id=
"intro"
...
...
src/modules/plan-manage/modal/relatedCourseModal.jsx
View file @
19003b31
/*
/*
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-07-05 10:50:10
* @Date: 2021-07-05 10:50:10
* @LastEditors:
yuananting
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2021-07-1
3 19:55:29
* @LastEditTime: 2021-07-1
8 10:47:02
* @Description: 描述一下咯
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
import
React
from
'react'
;
import
React
from
'react'
;
import
_
from
'underscore'
;
import
_
from
'underscore'
;
import
{
Table
,
Radio
,
Tabs
,
Modal
,
Input
,
message
,
Button
,
Tooltip
}
from
'antd'
;
import
{
Radio
,
Tabs
,
Modal
,
Input
,
message
,
Button
,
Tooltip
}
from
'antd'
;
import
{
PageControl
}
from
'@/components'
;
import
{
PageControl
,
XMTable
}
from
'@/components'
;
import
college
from
'@/common/lottie/college'
;
import
CourseService
from
'@/domains/course-domain/CourseService'
;
import
CourseService
from
'@/domains/course-domain/CourseService'
;
import
User
from
'@/common/js/user'
;
import
User
from
'@/common/js/user'
;
...
@@ -732,7 +733,11 @@ class SelectOperatorModal extends React.Component {
...
@@ -732,7 +733,11 @@ class SelectOperatorModal extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
>
<
div
>
<
Table
<
XMTable
renderEmpty=
{
{
image
:
college
,
description
:
'暂无数据'
,
}
}
rowKey=
{
(
record
)
=>
record
.
liveCourseId
}
rowKey=
{
(
record
)
=>
record
.
liveCourseId
}
dataSource=
{
liveDataSource
}
dataSource=
{
liveDataSource
}
columns=
{
this
.
parseLiveColumns
()
}
columns=
{
this
.
parseLiveColumns
()
}
...
@@ -824,7 +829,11 @@ class SelectOperatorModal extends React.Component {
...
@@ -824,7 +829,11 @@ class SelectOperatorModal extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
>
<
div
>
<
Table
<
XMTable
renderEmpty=
{
{
image
:
college
,
description
:
'暂无数据'
,
}
}
rowKey=
{
(
record
)
=>
record
.
id
}
rowKey=
{
(
record
)
=>
record
.
id
}
dataSource=
{
videoDataSource
[
videoCourseDivision
]
}
dataSource=
{
videoDataSource
[
videoCourseDivision
]
}
columns=
{
this
.
parseVideoColumns
()
}
columns=
{
this
.
parseVideoColumns
()
}
...
@@ -929,7 +938,11 @@ class SelectOperatorModal extends React.Component {
...
@@ -929,7 +938,11 @@ class SelectOperatorModal extends React.Component {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
>
<
div
>
<
Table
<
XMTable
renderEmpty=
{
{
image
:
college
,
description
:
'暂无数据'
,
}
}
rowKey=
{
(
record
)
=>
record
.
id
}
rowKey=
{
(
record
)
=>
record
.
id
}
dataSource=
{
pictureDataSource
}
dataSource=
{
pictureDataSource
}
columns=
{
this
.
parsePictureColumns
()
}
columns=
{
this
.
parsePictureColumns
()
}
...
...
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