问题:如何套打布尔型字段的字段名称处理方案:套打脚本处理if(getFieldValue("PrivateLeaCouApplyQuery","isAnnualLea")==true||getValue("PrivateLeaCouApplyQuery","isAnnualLea")=="true"){setValue("年休假");}elseif(getFieldValue("PrivateLeaCouApplyQuery","isLegalHoil")==true||getFieldValue("PrivateLeaCouApplyQuery","isLegalHoil")=="true"){setValue("法定假日");}elseif(getFieldValue("PrivateLeaCouApplyQuery","comLeave")==true||getFieldValue("PrivateLeaCouApplyQuery","comLeave")=="true"){setValue("事假");}elseif(getFieldValue("PrivateLeaCouApplyQuery","otherLavea")==true||getFieldValue("PrivateLeaCouApplyQuery","otherLavea")=="true"){setValue("其他");}else{setValue("");}