调整列表页面非课堂显示

dev_cs_new
杨树林 6 years ago
parent 284493c02f
commit adfb64d87c

@ -3199,16 +3199,17 @@ class Listofworksstudentone extends Component {
loading={loadingstate} loading={loadingstate}
/>} />}
</div> </div>
{
teacherdata && teacherdata.work_count && teacherdata.work_count > limit ?
<div className="edu-txt-center mt30">
<Pagination showQuickJumper current={page}
onChange={this.paginationonChanges} pageSize={limit}
total={teacherdata.work_count}></Pagination>
</div>
: ""
}
</div> </div>
{
teacherdata && teacherdata.work_count && teacherdata.work_count > limit ?
<div className="edu-txt-center mt30">
<Pagination showQuickJumper current={page}
onChange={this.paginationonChanges} pageSize={limit}
total={teacherdata.work_count}></Pagination>
</div>
: ""
}
</div> </div>
: :
<div id="forum_list" className="forum_table"> <div id="forum_list" className="forum_table">

Loading…
Cancel
Save