表单显示图片

{
         field : 'imgae', 
         title : '文件预览',
         cellStyle:formatTableUnit,
       	 formatter: function(value, row, index) {
       //console.log(row)
       //页面回显图片内容
         if(row.fdFile.fileType=="video"){
             return "";
         }else if(row.fdFile.fileType=="img"){
             return "";
         }
	 }
 },

你可能感兴趣的:(html)