dev_ec
杨树林 6 years ago
parent 7422a97ad2
commit 984e4f0900

@ -465,7 +465,11 @@ class EcStudentList extends Component {
</style> </style>
<div style={{width:'100%',position: 'relative'}}> <div style={{width:'100%',position: 'relative'}}>
{ {
majorschoollist&&majorschoollist.students&&majorschoollist.students.length===0||majorschoollist&&majorschoollist.students&&majorschoollist.students.length<51?"": <Pagination size="small" className={"pagelistStudentList mt30 idpagin"} pageSize={20} showQuickJumper current={1} total={majorschoollist&&majorschoollist.students&&majorschoollist.students.length} onChange={this.showecStudentList} /> majorschoollist&&majorschoollist.students&&majorschoollist.students.length===0?"":
<Pagination className={"pagelistStudentList mt30 idpagin"}
showQuickJumper current={this.state.pages}
onChange={this.showecStudentList} pageSize={20}
total={majorschoollist&&majorschoollist.students&&majorschoollist.students.length}></Pagination>
} }
</div> </div>
</div> </div>

Loading…
Cancel
Save