From 3f8e2e84ae3a5d76cd89c9be6992b1f8f2ca9722 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 25 Aug 2025 16:55:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E5=BD=B1=E5=83=8F=E5=90=8C?=
=?UTF-8?q?=E6=AD=A5=E8=AF=BE=E9=A2=98=E7=BB=84=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/pullImage/byPatient.vue | 134 ++++++++++++++++-
.../components/pullImage/byTrials.vue | 140 +++++++++++++++++-
2 files changed, 259 insertions(+), 15 deletions(-)
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") }}
+
+
+