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
5bcaa1b9
Commit
5bcaa1b9
authored
Feb 23, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改培训任务
parent
1466132c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
src/modules/plan-manage/components/TrainingTask.jsx
+19
-9
No files found.
src/modules/plan-manage/components/TrainingTask.jsx
View file @
5bcaa1b9
...
...
@@ -2,7 +2,7 @@
* @Author: zhangleyuan
* @Date: 2021-02-20 16:45:51
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-02-23 1
8:10:58
* @LastEditTime: 2021-02-23 1
9:51:49
* @Description: 描述一下
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -104,15 +104,25 @@ class TrainingTask extends React.Component {
columns=
{
columns
}
rowKey=
"index"
expandable=
{
{
expandedRowRender
:
record
=>
<
p
style=
{
{
margin
:
0
}
}
>
我是展开部分的内容
</
p
>,
expandedRowRender
:
record
=>
<
Table
pagination=
{
false
}
dataSource=
{
dataSource
}
columns=
{
columns
}
rowKey=
"index"
components=
{
{
body
:
{
wrapper
:
this
.
DraggableContainer
,
row
:
this
.
DraggableBodyRow
,
},
}
}
/>,
}
}
components=
{
{
body
:
{
wrapper
:
this
.
DraggableContainer
,
row
:
this
.
DraggableBodyRow
,
},
}
}
// components={{
// body: {
// wrapper: this.DraggableContainer,
// row: this.DraggableBodyRow,
// },
// }}
/>
);
}
...
...
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