提交 049a2ad7 authored 作者: chscls@163.com's avatar chscls@163.com

1

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