diff --git a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue
index 5e9cb71..c67ccbd 100644
--- a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue
+++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue
@@ -151,7 +151,7 @@
+ @click="openGroup(null, 2)">
{{ $t('trials:inspection:button:pull') }}
@@ -225,18 +225,55 @@
-
+
+
+
+ {{
+ scope.row.ViewHospitalGroupList && scope.row.ViewHospitalGroupList.length > 0 ?
+ scope.row.ViewHospitalGroupList.map(item => item.Name).join(', ') : ''}}
+
+
-
+
+ @click.stop="openGroup(scope.row, 2)" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common:button:cancel") }}
+
+
+
+ {{ $t("common:button:save") }}
+
+
+