提交 1364e737 编写于 作者: M megagao

修改了文件

上级 0b529a66
......@@ -369,9 +369,10 @@ function initFileUpload(){
}
}
});
}
//格式化图片
function formatImg(value, row, index){
//格式化图片
function formatImg(value, row, index){
if(value !=null && value != ''){
var urls = value.split(",");
......@@ -383,5 +384,5 @@ function initFileUpload(){
}else{
return "";
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册