From afd2f011af9c7a4658f7c6f67416534aec7e3f7a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 23 Apr 2024 17:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/UserInfo.vue | 2 +- .../trial-summary/trial-information/index.vue | 57 ++++++++++++++----- 2 files changed, 45 insertions(+), 14 deletions(-) diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue index 49a14a7..7e188fc 100644 --- a/src/views/system/user/components/UserInfo.vue +++ b/src/views/system/user/components/UserInfo.vue @@ -197,7 +197,7 @@ export default { UserName: "", LastName: "", FirstName: "", - Sex: "", + Sex: "9", EMail: "", Phone: "", UserTypeId: "", 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 2e37607..735917a 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 @@ -99,28 +99,54 @@

项目授权信息

- - - {{ trialInfo.TrialCode }} - - ( {{ $fd("TrialStatusEnum", trialInfo.TrialStatusStr) }} ) - + + + {{ otherInfo.HospitalName }} - - - {{ $fd("TrialType", trialInfo.TrialType) }} + + + {{ otherInfo.TrialCode }} + + + + {{ + otherInfo.CriterionTypeList.map((item) => + $fd("CriterionType", Number(item)) + ).join(",") + }} + + + + {{ otherInfo.PurchaseDuration }} + {{ $t("trials:activate:renewalAuthorization") }}
+