|
|
@ -523,6 +523,17 @@ class GraduationAcross extends Component{
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
.ant-table-thead > tr > th .anticon-filter, .ant-table-thead > tr > th .ant-table-filter-icon{
|
|
|
|
|
|
|
|
left: 40px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
}
|
|
|
|
<Table rowSelection={rowSelection} columns={bindTableColumn(this)} dataSource={users} pagination={false} onChange={this.handleTableChange} loading={tableLoading}></Table>
|
|
|
|
<Table rowSelection={rowSelection} columns={bindTableColumn(this)} dataSource={users} pagination={false} onChange={this.handleTableChange} loading={tableLoading}></Table>
|
|
|
|
<div className="clearfix mt20 pb30 pl30 pr30 acrossfoot">
|
|
|
|
<div className="clearfix mt20 pb30 pl30 pr30 acrossfoot">
|
|
|
|
<div className="fl">
|
|
|
|
<div className="fl">
|
|
|
@ -531,10 +542,10 @@ class GraduationAcross extends Component{
|
|
|
|
<Pagination defaultCurrent={page} current={page} pageSize={limit} total={user_count} onChange={this.onPageChange}></Pagination>:""
|
|
|
|
<Pagination defaultCurrent={page} current={page} pageSize={limit} total={user_count} onChange={this.onPageChange}></Pagination>:""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/*<div className="fr">*/}
|
|
|
|
<div className="fr">
|
|
|
|
{/*<a className="task-btn color-white mr30" onClick={this.props.modalCloss}>关闭</a>*/}
|
|
|
|
<a className="task-btn color-white mr30" onClick={this.props.modalCloss}>取消</a>
|
|
|
|
{/*<a className="task-btn task-btn-orange" onClick={this.props.modalCloss}>确认</a>*/}
|
|
|
|
<a className="task-btn task-btn-orange" onClick={this.props.modalCloss}>确认</a>
|
|
|
|
{/*</div>*/}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Modal>
|
|
|
|
</Modal>
|
|
|
|
)
|
|
|
|
)
|
|
|
|