{
label:'头像', name:'avatar', index:'avatar', width:80, formatter:function (value) {
if (value) {
//var tmp="'"+value+"'";看看这个tmp能不能alert出来
return '<a href="javascript:void(0)" onclick="vm.showImg('+"'"+value+"'"+')" ><img width="50px" height="50px" src="'+ value +'" /> </a> ';
}else {
return '-';
}
}
}