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

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

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