新标准全局阅片修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-15 15:37:46 +08:00
parent f58c116382
commit 7f20bfecdc
1 changed files with 1 additions and 1 deletions

View File

@ -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 })