|
|
@ -1002,15 +1002,14 @@ class Fileslists extends Component{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
{this.props.isAdmin()||this.props.isStudent() ? <Pagination
|
|
|
|
{this.props.isAdmin()||this.props.isStudent() ? files&&files.length>0?<Pagination
|
|
|
|
|
|
|
|
|
|
|
|
showQuickJumper
|
|
|
|
showQuickJumper
|
|
|
|
defaultCurrent={1}
|
|
|
|
defaultCurrent={1}
|
|
|
|
pageSize={15}
|
|
|
|
pageSize={15}
|
|
|
|
total={total_count}
|
|
|
|
total={total_count}
|
|
|
|
current={page}
|
|
|
|
current={page}
|
|
|
|
onChange={this.PaginationTask}
|
|
|
|
onChange={this.PaginationTask}
|
|
|
|
/>:""}
|
|
|
|
/>:"":""}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|