决策报表 报表快 单元格列表 如何实现双击单元格 进行跳转 指定链接
$(".x-table").find("tr").on("dblclick",function(){
window.location = "${servletURL}?viewlet=链接.cpt";
});