平台新标签页打开超链一般情况为单击时触发,能否双击后触发,防止误触问题https://help.fanruan.com/finereport/doc-view-4229.html
$(".x-table").find("tr").on("dblclick",function(){
window.location = "${servletURL}?viewlet=链接.cpt";
});
JS实现鼠标点击的行变色-https://help.fanruan.com/finereport/doc-view-1201.html
参考这个,把事件代码改成双击dblclick试试
JS实现删除时二次确认-https://help.fanruan.com/finereport/doc-view-2279.html
参考这个做个二次确认