Bootstrap-table 展示图片
2018-11-13 本文已影响0人
M_ENG
field : 'GOODSINDOIMG',
title : '商品图片',
align : 'center',
formatter:function (value,row,index)
{
return '<img src='+value+' width="100" height="100" class="img-rounded" >';
}
field : 'GOODSINDOIMG',
title : '商品图片',
align : 'center',
formatter:function (value,row,index)
{
return '<img src='+value+' width="100" height="100" class="img-rounded" >';
}