From 6edca604b218e5b80fa08bc3a24a0bb1bbba470e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 16 Apr 2024 09:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=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/views/trials/trials-layout/components/trialsNavbar.vue | 5 +++-- .../trials-panel/trial-summary/trial-information/index.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-layout/components/trialsNavbar.vue b/src/views/trials/trials-layout/components/trialsNavbar.vue index f06c098..8871fda 100644 --- a/src/views/trials/trials-layout/components/trialsNavbar.vue +++ b/src/views/trials/trials-layout/components/trialsNavbar.vue @@ -61,8 +61,9 @@ - {{ userName }} - ({{ userTypeShortName }}) + {{ `${name} (${userTypeShortName})` }} + {{ 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 1fb2a54..a9e6876 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 @@ -89,7 +89,7 @@ - {{ trialInfo.AuthorizationYear }} + {{ trialInfo.AuthorizationYear }}年