这个只能在cpt文件用
// 隐藏Report0的A列
$('div[data-reportid="Report0"] table tr th:nth-child(1)').hide();
你直接设置条件属性-列宽0-就好了啊
直接标准接口,设置宽度就可以
_g().getWidgetByName('report0').getColumn(1).setWidth(0);
表格行列对象接口 https://help.fanruan.com/finereport/doc-view-4865.html