From bdbca2155068085a55bbab13067c0a90e69ff323 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 24 Dec 2025 10:17:45 +0800
Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=97=A5=E5=BF=97=E6=94=B6?=
=?UTF-8?q?=E4=BB=B6=E4=BA=BA=E3=80=81=E6=8A=84=E9=80=81=E4=BA=BA=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../system/email/components/resendList.vue | 24 ++++++++++++-------
src/views/system/email/index.vue | 24 ++++++++++++-------
2 files changed, 32 insertions(+), 16 deletions(-)
diff --git a/src/views/system/email/components/resendList.vue b/src/views/system/email/components/resendList.vue
index 87ee91f4..f7286763 100644
--- a/src/views/system/email/components/resendList.vue
+++ b/src/views/system/email/components/resendList.vue
@@ -48,19 +48,27 @@
- {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
- ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
- item.RecipientName).join(", ") : ''
- }}
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+
- {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
- ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
- item.RecipientName).join(", ") : ''
- }}
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+
- {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
- ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
- item.RecipientName).join(", ") : ''
- }}
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+
- {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
- ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
- item.RecipientName).join(", ") : ''
- }}
+
+ {{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
+ ? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
+ item.RecipientName).join(", ") : ''
+ }}
+