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
84ed76f5
Commit
84ed76f5
authored
Mar 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关联课程的时间显示
parent
b35d41a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/modules/plan-manage/modal/relatedCourseModal.jsx
+4
-4
No files found.
src/modules/plan-manage/modal/relatedCourseModal.jsx
View file @
84ed76f5
...
...
@@ -169,7 +169,7 @@ class SelectOperatorModal extends React.Component {
title
:
<
span
><
span
>
课程信息
</
span
><
Tooltip
title=
"仅显示未关联课程,已关联课程不支持重复选择"
><
i
className=
"icon iconfont"
style=
{
{
marginLeft
:
'5px'
,
cursor
:
'pointer'
,
color
:
'#bfbfbf'
,
fontSize
:
'14px'
}
}
>

</
i
></
Tooltip
></
span
>,
key
:
'course'
,
dataIndex
:
'course'
,
width
:
'4
5
%'
,
width
:
'4
0
%'
,
render
:
(
val
,
record
)
=>
{
let
hasCover
=
false
;
return
(
...
...
@@ -201,8 +201,8 @@ class SelectOperatorModal extends React.Component {
render
:
(
val
,
record
)
=>
{
return
(
<
div
>
<
div
>
{
formatDate
(
'YYYY-MM-DD
H:i'
,
record
.
startTime
)
}
~
</
div
>
<
div
>
{
formatDate
(
'
YYYY-MM-DD
H:i'
,
record
.
endTime
)
}
</
div
>
<
div
>
{
formatDate
(
'YYYY-MM-DD
'
,
record
.
startTime
)
}
</
div
>
<
div
>
{
formatDate
(
'
H:i'
,
record
.
startTime
)
}
~
{
formatDate
(
'
H:i'
,
record
.
endTime
)
}
</
div
>
</
div
>
)
}
...
...
@@ -211,7 +211,7 @@ class SelectOperatorModal extends React.Component {
title
:
'店铺展示'
,
key
:
'shelfState'
,
dataIndex
:
'shelfState'
,
width
:
'
15
%'
,
width
:
'
20
%'
,
render
:
(
val
,
record
)
=>
{
return
(
<
span
>
...
...
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