新标准全局阅片修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f58c116382
commit
7f20bfecdc
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
adjustedQsList.push({ questionName: this.$t('trials:globalReview:table:updateType'), isShow: true })
|
adjustedQsList.push({ questionName: this.$t('trials:globalReview:table:updateType'), isShow: true })
|
||||||
} else {
|
} else {
|
||||||
var isShow = true
|
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
|
isShow = false
|
||||||
}
|
}
|
||||||
adjustedQsList.push({ questionName: qs.QuestionName, isShow: isShow })
|
adjustedQsList.push({ questionName: qs.QuestionName, isShow: isShow })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue