提交 8d0daeb6 authored 作者: chscls@163.com's avatar chscls@163.com

图片判空

上级 46916acd
......@@ -1494,9 +1494,9 @@ export default class tableCom extends Component {
break;
case 'ImgUploadCom':
if(value==null||value==""){
cm=<></>
}else{
cm = <>
<img src={config.httpServer + value} style={{ width: json.width, height: json.height }} />
{
......@@ -1505,6 +1505,10 @@ export default class tableCom extends Component {
: ''
}
</>;
}
break;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论