diff --git a/src/views/trials/trials-panel/reading/consistency-analysis/components/GroupConsistentRuleSubjectTable.vue b/src/views/trials/trials-panel/reading/consistency-analysis/components/GroupConsistentRuleSubjectTable.vue index 3ea5348d..c0dc2460 100644 --- a/src/views/trials/trials-panel/reading/consistency-analysis/components/GroupConsistentRuleSubjectTable.vue +++ b/src/views/trials/trials-panel/reading/consistency-analysis/components/GroupConsistentRuleSubjectTable.vue @@ -164,6 +164,11 @@ export default { this.loading = true this.searchData.TrialReadingCriterionId = this.TrialReadingCriterionId getGroupConsistentRuleSubjectList(this.searchData).then(res => { + if (res.OtherInfo) { + this.$emit('setReaderRulesFormVisible', false) + } else { + this.$emit('setReaderRulesFormVisible', true) + } this.loading = false this.list = res.Result.CurrentPageData this.total = res.Result.TotalCount diff --git a/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue b/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue index 7b6965bb..ad435593 100644 --- a/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue +++ b/src/views/trials/trials-panel/reading/consistency-analysis/components/VirtualCenter.vue @@ -17,7 +17,7 @@ - + -
-
-
- - {{ $t('trials:tab:trials') }} -
-
+ + + + + + +
{{ $t('trials:workbench:title:padding') }}