From 98fdcf4bbb758888c0edf906de0d38be482f845f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Mon, 16 Dec 2019 15:31:55 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/react/src/modules/courses/statistics/Statistics.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/public/react/src/modules/courses/statistics/Statistics.js b/public/react/src/modules/courses/statistics/Statistics.js
index 21041a59c..20427a1fa 100644
--- a/public/react/src/modules/courses/statistics/Statistics.js
+++ b/public/react/src/modules/courses/statistics/Statistics.js
@@ -397,25 +397,19 @@ class Statistics extends Component{
 
 		const operations = <React.Fragment>
 			{course_grouptype===false||this.state.course_groups.length===0?"":
-				this.state.activeKey==="1"?
 					<Dropdownbox
 						{...this.props}
 						{...this.state}
 						postwork_scoredata={(group_idss)=>this.getwork_scoredata(1,group_idss,'desc')
 						}
 					/>
-					:""
 			}
 			{
 				this.state.activeKey==="1"?
 					<a className={"ml20 ant-btn-link"} onClick={()=>this.setComputeTimet(this.props.match.params.coursesId)}>获取最新成绩</a>
 					:""
 			}
-			{
-				this.state.activeKey==="1"?
 			<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>