{
label:'頭像', name:'avatar', index:'avatar', width:80, formatter:function (value) {
if (value) {
//var tmp="'"+value+"'";看看這個(gè)tmp能不能alert出來(lái)
return '<a href="javascript:void(0)"? onclick="vm.showImg('+"'"+value+"'"+')" ><img width="50px" height="50px" src="'+ value +'" /> </a> ';
? ? }else {
return '-';
? ? }
}
}