From 7f20bfecdc42a052bed7957289e550d716ce4832 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 15 Oct 2025 15:37:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=A0=87=E5=87=86=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E9=98=85=E7=89=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/reading/global-review/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/global-review/index.vue b/src/views/trials/trials-panel/reading/global-review/index.vue index a091edcb..b3101768 100644 --- a/src/views/trials/trials-panel/reading/global-review/index.vue +++ b/src/views/trials/trials-panel/reading/global-review/index.vue @@ -236,7 +236,7 @@ export default { adjustedQsList.push({ questionName: this.$t('trials:globalReview:table:updateType'), isShow: true }) } else { var isShow = true - if ((this.CriterionType === 2 || this.CriterionType === 18) && (qs.QuestionType === 39 || qs.QuestionType === 40 || qs.QuestionType === 41)) { + if ((this.CriterionType === 2) && (qs.QuestionType === 39 || qs.QuestionType === 40 || qs.QuestionType === 41)) { isShow = false } adjustedQsList.push({ questionName: qs.QuestionName, isShow: isShow })