|
|
|
@ -112,12 +112,13 @@ class CreateGroupByImportModal extends Component{
|
|
|
|
|
|
|
|
|
|
render(){
|
|
|
|
|
const { candidates, checkBoxValues, loading, hasMore, name, school_name, school_names
|
|
|
|
|
, graduationGroup, graduation_groups, courseGroup, course_groups } = this.state
|
|
|
|
|
, graduationGroup, graduation_groups, courseGroup, course_groups , fileList } = this.state
|
|
|
|
|
const { moduleName } = this.props
|
|
|
|
|
|
|
|
|
|
const props = {
|
|
|
|
|
name: 'file',
|
|
|
|
|
multiple: true,
|
|
|
|
|
fileList:fileList,
|
|
|
|
|
action: getUploadActionUrl(),
|
|
|
|
|
onRemove: this.onAttachmentRemove,
|
|
|
|
|
onChange: this.handleChange
|
|
|
|
@ -131,26 +132,15 @@ class CreateGroupByImportModal extends Component{
|
|
|
|
|
onOk={this.onOk}
|
|
|
|
|
className="createGroupByImport"
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{`
|
|
|
|
|
|
|
|
|
|
`}
|
|
|
|
|
</style>
|
|
|
|
|
<div className="df">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<Dragger {...props}>
|
|
|
|
|
<p className="ant-upload-drag-icon">
|
|
|
|
|
<Icon type="inbox" />
|
|
|
|
|
</p>
|
|
|
|
|
<p className="ant-upload-text">点击或拖拽文件到这里上传</p>
|
|
|
|
|
<p className="ant-upload-hint">
|
|
|
|
|
单个文件最大150MB
|
|
|
|
|
</p>
|
|
|
|
|
</Dragger>
|
|
|
|
|
<Dragger {...props}>
|
|
|
|
|
<p className="ant-upload-drag-icon">
|
|
|
|
|
<Icon type="inbox" />
|
|
|
|
|
</p>
|
|
|
|
|
<p className="ant-upload-text">点击或拖拽文件到这里上传</p>
|
|
|
|
|
<p className="ant-upload-hint">
|
|
|
|
|
单个文件最大150MB
|
|
|
|
|
</p>
|
|
|
|
|
</Dragger>
|
|
|
|
|
</ModalWrapper>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|