https://help.finereport.com/doc-view-2714.html
增加功能:在第一行冻结的同时,加上前四列冻结,序号重新编号
$(".x-table:eq(2) tr:visible").each(function(i) { $(this).find("td:eq(1)").text(i+1); })