提交 5ab79fc0 authored 作者: 钟是志's avatar 钟是志

附件上传组件增加一个配置项

上级 25ade8cf
...@@ -139,10 +139,18 @@ class UploadCom extends React.Component { ...@@ -139,10 +139,18 @@ class UploadCom extends React.Component {
{' '} {' '}
<Upload {...props} disabled={disabled}> <Upload {...props} disabled={disabled}>
{!disabled && ( {!disabled && (
<>
<Button> <Button>
<Icon type="upload"/> <Icon type="upload"/>
{btnName ? btnName : '上传附件'} {btnName ? btnName : '上传附件'}
</Button> </Button>
{
this.otherProps?.limitImageInfo &&
<div>
{this.otherProps?.limitImageInfo}
</div>
}
</>
)} )}
</Upload> </Upload>
<ul className={styles.ulImageList}> <ul className={styles.ulImageList}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论