//如果单元格数据为空,则赋值--function formatTd(val,row){ if (!val){ return '--'; } else { return val; }}
{field:"procDate",title:"处理时间",100,formatter: getDate},