|
|
|
@ -195,7 +195,7 @@ class Signinstatistics extends Component {
|
|
|
|
|
<Col span={10}><Row type="flex" justify="end">
|
|
|
|
|
<Col span={8} className={"Signinstatisticsfont"}>显示最近十次签到</Col>
|
|
|
|
|
<Col span={10}>
|
|
|
|
|
<Select defaultValue={"全部"} onChange={(e)=>this.handleChange(e)} style={{width:"130px"}}>
|
|
|
|
|
<Select defaultValue={"全部"} onChange={(e)=>this.handleChange(e)} style={{width:"130px"}} className={"Signinstatisticsfontselect"}>
|
|
|
|
|
{course_groups&&course_groups.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<Option value={item.id} title={item.name} >{item.name}</Option>
|
|
|
|
|