From 691492656761d4a466e04d980f3c15f054a57b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 12 Mar 2024 15:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GroupConsistentRuleSubjectTable.vue | 5 +++ .../components/VirtualCenter.vue | 2 +- .../reading/consistency-analysis/index.vue | 3 +- .../components/NeedSignedTrialDoc.vue | 42 ++++++++++++++++--- src/views/trials/trials-workbench/index.vue | 14 +++---- 5 files changed, 52 insertions(+), 14 deletions(-) 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') }}