js设置超链接格式 加下划线
return "<div style=\"white-space:nowrap;\"><a href=\#\' onclick=\VLink(\'"+data.ReportId + "\') style='text-decoration-line: underline'>" + data.DeptName + "</div>";
设置超链接格式

return "<div style=\"white-space:nowrap;\"><a href=\#\' onclick=\VLink(\'"+data.ReportId + "\') style='text-decoration-line: underline'>" + data.DeptName + "</div>";
设置超链接格式
