Commit 1eb551e7 by guomingpang

Merge branch 'feature/pangguoming/202010722/modify_banner_size' into dev

parents 76cf0d17 a0a455ba
...@@ -101,7 +101,7 @@ class GraphicsCourseList extends React.Component { ...@@ -101,7 +101,7 @@ class GraphicsCourseList extends React.Component {
dataIndex: 'categoryName', dataIndex: 'categoryName',
width: 120, width: 120,
render: (val, record) => { render: (val, record) => {
return <div className='record__item'>{record.categoryName}</div> return <div className='record__item'>{record.categorySonName}</div>
}, },
}, },
{ {
......
...@@ -115,7 +115,7 @@ class OfflineCourseList extends React.Component { ...@@ -115,7 +115,7 @@ class OfflineCourseList extends React.Component {
dataIndex: 'categoryName', dataIndex: 'categoryName',
width: 120, width: 120,
render: (val, record) => { render: (val, record) => {
return <div className='record__item'>{record.categoryName}</div> return <div className='record__item'>{record.categorySonName}</div>
}, },
}, },
{ {
......
...@@ -97,7 +97,7 @@ class VideoCourseList extends React.Component { ...@@ -97,7 +97,7 @@ class VideoCourseList extends React.Component {
dataIndex: 'categoryName', dataIndex: 'categoryName',
width: 150, width: 150,
render: (val, record) => { render: (val, record) => {
return <div className='record__item'>{record.categoryName}</div> return <div className='record__item'>{record.categorySonName}</div>
}, },
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment