From e2ffd7650462fc4d63740f0b4ef9786bb64c35db Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 18 Mar 2025 15:18:26 +0800
Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E4=BA=BA=E7=AD=9B=E9=80=89?=
=?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=9F=8E=E5=B8=82=E5=9B=BD=E5=AE=B6=E4=B8=AD?=
=?UTF-8?q?=E8=8B=B1=E6=96=87=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../enrollment/components/Selection.vue | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue
index b281465a..45f9b7c1 100644
--- a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue
+++ b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue
@@ -291,21 +291,33 @@
:label="$t('trials:seletctedReviews:table:institution')"
show-overflow-tooltip
width="150"
- />
+ >
+
+ {{ isEN?scope.row.HospitalName:scope.row.HospitalNameCN }}
+
+
+ >
+
+ {{ isEN?scope.row.City:scope.row.CityCN }}
+
+
+ >
+
+ {{ isEN?scope.row.Country:scope.row.CountryCN }}
+
+