forked from Gitlink/forgeplus-react
'update-按钮文案'
This commit is contained in:
parent
ffa0545aec
commit
9112f13d35
|
|
@ -167,7 +167,12 @@ function StudentSubmit(props){
|
|||
{getFieldDecorator('pptAttachment', {
|
||||
rules: [{ required: true, message: '请上传PPT附件!' }],
|
||||
})(<Upload className="avatar-uploader" action={httpUrl + `/busiAttachments/upload`} beforeUpload={beforeUpload} onChange={changeFileList} fileList={fileList}>
|
||||
<Button className="uploadBox"><Icon type="upload" /> 上传</Button></Upload>)}
|
||||
{period === "mediumExamine1"?
|
||||
<Button className="uploadBox" style={{color:'#466aff'}}>上传GLCC中期汇报ppt</Button>
|
||||
:
|
||||
<Button className="uploadBox"><Icon type="upload" /> 上传</Button>
|
||||
}
|
||||
</Upload>)}
|
||||
</Form.Item>
|
||||
<Form.Item className="referItem oneCont">
|
||||
<Button style={{width: '100px', height: '36px'}} className="mt30 ml20" type="primary" htmlType="submit" disabled={disabled && !detail}>提交</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue