|
|
|
@ -387,7 +387,7 @@ class Statistics extends Component{
|
|
|
|
|
{...this.state}
|
|
|
|
|
postwork_scoredata={(group_idss)=>this.getwork_scoredata(1,group_idss,'desc')}
|
|
|
|
|
/>}
|
|
|
|
|
<a className={"ml20 ant-btn-link"} onClick={()=>this.derivefun(`/courses/${this.props.match.params.coursesId}/export_member_scores_excel.xlsx`)}>导出</a>
|
|
|
|
|
<a className={"ml20 ant-btn-link"} onClick={()=>this.derivefun(this.state.activeKey==="1"?`/courses/${this.props.match.params.coursesId}/export_member_scores_excel.xlsx`:`/courses/${this.props.match.params.coursesId}/export_member_act_score.xlsx`)}>导出</a>
|
|
|
|
|
</React.Fragment>;
|
|
|
|
|
return(
|
|
|
|
|
<React.Fragment>
|
|
|
|
|