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