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
5d30eee1
Commit
5d30eee1
authored
Aug 05, 2022
by
renmanyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修复contentVOList不存在的情况
parent
e0a9006e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/modules/task-center/data-center/components/WholeData.jsx
+3
-2
No files found.
src/modules/task-center/data-center/components/WholeData.jsx
View file @
5d30eee1
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-08-05 11:26:25
* @LastEditors: renmanyi
* @LastEditTime: 2022-08-05 1
1:55:40
* @LastEditTime: 2022-08-05 1
3:50:06
* @Description: 个人学习详情-全部tab页
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @@Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
...
...
@@ -93,9 +93,10 @@ function WholeData(props) {
<
Collapse
ghost
>
{
stageCustomerList
?.
length
>
0
&&
stageCustomerList
.
map
((
item
,
index
)
=>
{
const
{
contentVOList
=
[]}
=
item
return
(
<
Panel
header=
{
renderStageInfo
(
item
,
index
)
}
key=
{
index
}
>
{
item
.
contentVOList
.
map
((
contentItem
,
contentIndex
)
=>
{
{
contentVOList
.
map
((
contentItem
,
contentIndex
)
=>
{
return
renderContentInfo
(
contentItem
,
contentIndex
,
index
);
})
}
</
Panel
>
...
...
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