|
|
@ -349,7 +349,10 @@ class ExamPaperList extends Component<any, States> { |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="list-filter"> |
|
|
|
<div className="container"> |
|
|
|
|
|
|
|
<div> |
|
|
|
|
|
|
|
<div className="header-filter"> |
|
|
|
|
|
|
|
<div className="list-filter" style={{display: 'flex', padding: 15}}> |
|
|
|
<Form |
|
|
|
<Form |
|
|
|
ref={this.formRef} |
|
|
|
ref={this.formRef} |
|
|
|
className="filter" |
|
|
|
className="filter" |
|
|
@ -396,13 +399,15 @@ class ExamPaperList extends Component<any, States> { |
|
|
|
}}>查询</Button> |
|
|
|
}}>查询</Button> |
|
|
|
</Form.Item> |
|
|
|
</Form.Item> |
|
|
|
</Form> |
|
|
|
</Form> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<Form |
|
|
|
<Form |
|
|
|
className="filter" |
|
|
|
className="filter" |
|
|
|
layout="inline" |
|
|
|
layout="inline" |
|
|
|
style={{ justifyContent: 'flex-end' }} |
|
|
|
style={{ justifyContent: 'flex-end' }} |
|
|
|
> |
|
|
|
> |
|
|
|
<Form.Item> |
|
|
|
<Form.Item> |
|
|
|
<Button type="default" onClick={this.handleBatchDeleteExamPaper}>删除</Button> |
|
|
|
<Button type="default" onClick={this.handleBatchDeleteExamPaper} danger>删除</Button> |
|
|
|
</Form.Item> |
|
|
|
</Form.Item> |
|
|
|
<Form.Item> |
|
|
|
<Form.Item> |
|
|
|
<Button type="default" onClick={() => this.handleBatchUpdatePaperStatus(1)}>停用</Button> |
|
|
|
<Button type="default" onClick={() => this.handleBatchUpdatePaperStatus(1)}>停用</Button> |
|
|
@ -439,6 +444,7 @@ class ExamPaperList extends Component<any, States> { |
|
|
|
}} |
|
|
|
}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|