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") }}
+