导表配置更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a4ec387814
commit
84dbcd49f0
|
@ -143,6 +143,9 @@ export default {
|
||||||
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
|
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
|
||||||
// CDISC导出不能配置表格问题
|
// CDISC导出不能配置表格问题
|
||||||
return true
|
return true
|
||||||
|
} else if (item.Code === 2 && row.HasChildren) {
|
||||||
|
// 阅片结果明细表
|
||||||
|
return true
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue