From afafce3dc9232953988e1b9cd87c228e656eb419 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 29 Nov 2024 14:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=9B=B4=E6=96=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrialsTab/index.vue | 2 +- .../trial-summary/trial-information/index.vue | 99 ++++++++++++------- 2 files changed, 64 insertions(+), 37 deletions(-) diff --git a/src/components/TrialsTab/index.vue b/src/components/TrialsTab/index.vue index 870efb7..f843b81 100644 --- a/src/components/TrialsTab/index.vue +++ b/src/components/TrialsTab/index.vue @@ -144,7 +144,7 @@ export default { }, }, mounted() { - console.log(this.trialsRouter); + // console.log(this.trialsRouter); var query = ``; var url = window.location.href; if (~url.indexOf("?")) { diff --git a/src/views/trials/trials-panel/trial-summary/trial-information/index.vue b/src/views/trials/trials-panel/trial-summary/trial-information/index.vue index bc0b935..e85ef9b 100644 --- a/src/views/trials/trials-panel/trial-summary/trial-information/index.vue +++ b/src/views/trials/trials-panel/trial-summary/trial-information/index.vue @@ -4,7 +4,7 @@ - {{ $fd("TrialType", trialInfo.TrialType) }} + {{ $fd('TrialType', trialInfo.TrialType) }} @@ -36,20 +36,23 @@ - {{ $fd("Trial_Phase", trialInfo.PhaseId, "id") }} + {{ $fd('Trial_Phase', trialInfo.PhaseId, 'id') }} {{ trialInfo.Indication }} - + {{ trialInfo.CriterionTypeList ? trialInfo.CriterionTypeList.map((item) => - $fd("CriterionType", item) - ).join(", ") - : "" + $fd('CriterionType', item) + ).join(', ') + : '' }} @@ -81,7 +84,7 @@
@@ -102,8 +105,8 @@ > {{ otherInfo.CriterionTypeList.map((item) => - $fd("CriterionType", Number(item)) - ).join(",") + $fd('CriterionType', Number(item)) + ).join(',') }} @@ -125,7 +128,7 @@ {{ otherInfo.AuthorizationDeadLineDate }} -
+ +
+
+ {{ $t('trials:activate:renewalAuthorization') }}