提交 95c959d7 authored 作者: chscls@163.com's avatar chscls@163.com

图片非空判断

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