7.5 专家评审组照片维护功能,当选择电子评标室的标段,维护照片时为必选项。
This commit is contained in:
@ -144,7 +144,7 @@ const ExpertPhotoUpload: React.FC<ExpertPhotoUpload> = (props) => {
|
||||
>
|
||||
{uploadProps?.disabled || fileList.length >= 1 ? null : uploadButton}
|
||||
</Upload>
|
||||
<Modal visible={previewVisible} title="查看" footer={null} onCancel={handleCancel} centered>
|
||||
<Modal visible={previewVisible} title="查看" width={'461px'} footer={null} onCancel={handleCancel} centered>
|
||||
<img alt="example" style={{ width: '100%' }} src={previewImage} />
|
||||
</Modal>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user