导表配置更改
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-14 13:43:16 +08:00
parent a4ec387814
commit 84dbcd49f0
@@ -143,6 +143,9 @@ export default {
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
// CDISC导出不能配置表格问题
return true
} else if (item.Code === 2 && row.HasChildren) {
// 阅片结果明细表
return true
} else {
return false
}