|
|
@ -45,6 +45,7 @@ const ExamPaperAnalysisPage: React.FC<RouteComponentProps> = ({history}) => { |
|
|
|
setTotalCount(paperAnalysisResponse.totalCount); |
|
|
|
setTotalCount(paperAnalysisResponse.totalCount); |
|
|
|
setUsedCount(paperAnalysisResponse.usedCount); |
|
|
|
setUsedCount(paperAnalysisResponse.usedCount); |
|
|
|
setDisabledCount(paperAnalysisResponse.disabledCount); |
|
|
|
setDisabledCount(paperAnalysisResponse.disabledCount); |
|
|
|
|
|
|
|
handleSearch(); |
|
|
|
} catch (error) { |
|
|
|
} catch (error) { |
|
|
|
console.error('数据获取失败:', error); |
|
|
|
console.error('数据获取失败:', error); |
|
|
|
} |
|
|
|
} |
|
|
@ -139,7 +140,6 @@ const ExamPaperAnalysisPage: React.FC<RouteComponentProps> = ({history}) => { |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div style={{ padding: 20 }}> |
|
|
|
<div style={{ padding: 20 }}> |
|
|
|
<ESBreadcrumbComponent url="/exam-statistics" previousText={"考试统计"} currentText={"试卷分析"} /> |
|
|
|
|
|
|
|
{/* 检索条件行 */} |
|
|
|
{/* 检索条件行 */} |
|
|
|
<Row gutter={16}> |
|
|
|
<Row gutter={16}> |
|
|
|
<Col span={6}> |
|
|
|
<Col span={6}> |
|
|
|