From 774ab78a7cfa6f7e1faa2f82e70a89a4b2af36fa Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 4 Aug 2025 14:00:30 +0800 Subject: [PATCH] =?UTF-8?q?CDISC=E5=AF=BC=E5=87=BA=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/reading-tracking/components/configList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/reading-tracking/components/configList.vue b/src/views/trials/trials-panel/reading/reading-tracking/components/configList.vue index 208e7f68..ac217cdc 100644 --- a/src/views/trials/trials-panel/reading/reading-tracking/components/configList.vue +++ b/src/views/trials/trials-panel/reading/reading-tracking/components/configList.vue @@ -45,7 +45,7 @@ @@ -152,7 +152,7 @@ export default { } else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) { // 自定义或非肿瘤阅片标准阅片结果表(1)不能配置表格问题 return true - } else if (this.exportInfo.CriterionGroup !== 0 && item.Code === 8 && (row.HasChildren || (row.IsTableQuestion && this.exportInfo.CriterionType !== 0))) { + } else if ( item.Code === 8 && (row.HasChildren || (row.IsTableQuestion && this.exportInfo.CriterionType !== 0 && this.exportInfo.CriterionGroup !== 0) )) { // else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) // CDISC导出不能配置表格问题 return true