冻结最后一列
在分页预览或填报预览加载结束事件中增加样式调整
$("tr td:last-child").css({"position":"sticky","right":"0px"});
===========
$("tr td:last-child").css({"position":"sticky","right":"0px"});
$("tr td:nth-last-child(2)").css({"position":"sticky","right":"30px"});
$("tr td:nth-last-child(3)").css({"position":"sticky","right":"90px"});