+
{{ getAssessType(scope.row.AfterQuestionList[index].Answer) }}
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 5da3f2e4..89440aeb 100644
--- a/src/views/trials/trials-panel/reading/global-review/index.vue
+++ b/src/views/trials/trials-panel/reading/global-review/index.vue
@@ -267,7 +267,9 @@ export default {
// 评估更新类型
adjustedQsList.push(this.$t('trials:globalReview:table:updateType'))
} else {
- adjustedQsList.push(qs.QuestionName)
+ if(!(this.CriterionType === 2 && (qs.QuestionType !== 39 || qs.QuestionType !== 40 || qs.QuestionType !== 41))){
+ adjustedQsList.push(qs.QuestionName)
+ }
}
})
qs.AgreeOrNot.map(qs => {