Commit 9ea67054 authored by wangxuelai's avatar wangxuelai

''

parent 88e05ffd
......@@ -30,7 +30,9 @@ class CourseBox extends React.Component {
<div className={pageStyle.courseCount}>({total})</div>
<Button type="primary" style={{ marginRight: '20px', marginBottom: '26px' }}>创建课程</Button>
<Button type="primary" style={{ marginRight: '20px', marginBottom: '26px' }} onClick={() => toAddCourse()}>批量添加课程</Button>
<Button type="primary" style={{ marginRight: '20px', marginBottom: '26px' }} onClick={() => toManageCourse()}>批量管理课程</Button>
{total > 0 &&
<Button type="primary" style={{ marginRight: '20px', marginBottom: '26px' }} onClick={() => toManageCourse()}>批量管理课程</Button>
}
</div>
<div>
<List
......
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