formatter:function(value,row,index){
var d = '<a href="#" id="operation" title="详情" class="easyui-tooltip" onclick="getcdlFromdetail(\''+row.CALL_START_TIME+'\',\''+row.CALL_ID+'\')"><img src=images/detail.png></a>';
return d;
}