CDISC导出配置支持表格问题更改
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-27 09:06:04 +08:00
parent 45e6a20988
commit 1e300b4529
@@ -152,7 +152,8 @@ export default {
} else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) {
// 自定义或非肿瘤阅片标准阅片结果表(1)不能配置表格问题
return true
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
} else if (item.Code === 8 && row.HasChildren) {
// else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion))
// CDISC导出不能配置表格问题
return true
} else if (item.Code === 2 && row.HasChildren) {