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

3595 普查回填页面,必填和提示功能优化

上级 7457b375
......@@ -68,6 +68,7 @@ class UploadCom extends React.Component {
console.log(e);
}
}
this.limitImageInfo = this.otherProps?.limitImageInfo || props.json.limitImageInfo || '';
}
triggerChange = (changedValue) => {
......@@ -197,7 +198,7 @@ class UploadCom extends React.Component {
<Icon type="upload" />
{btnName ? btnName : '上传附件'}
</Button>
{this.otherProps?.limitImageInfo && <div style={this.otherProps?.limitImageInfoStyle || {}}>{this.otherProps?.limitImageInfo}</div>}
{this.limitImageInfo && <div style={this.otherProps?.limitImageInfoStyle || {}}>{this.limitImageInfo}</div>}
</>
)}
</Upload>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论