1 字段字母注意要小写
2 mapper.xml <if test>书写时候的一些坑
3
value row index各代表的意思
展示一张图片:
{
field : 'coverUrl',
title : '封面',
formatter : function(value, row, index) {
var e = '<img src="'
+ value
+ '" style="width:150px;height:100px;border-radius:
15px;"/>';
return e;
}
},
FR:徐海涛(hunk xu)
QQ技术交流群:386476712