隐藏列的公式怎么设置?E2为1隐藏G列
if(this.getValue()=="2"){
$("td[id^='G']").css("display","");
}else{
$("td[id^='G'").css("display","none");
}
填报页面不支持这种条件属性~