From f2d50e7465ccc56de6203bbc88a6e5437dd85d4d Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 25 Nov 2025 14:23:15 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=82=AE=E4=BB=B6=E6=97=A5=E5=BF=97?=
=?UTF-8?q?=E3=80=91=E9=82=AE=E4=BB=B6=E6=97=A5=E5=BF=97=E4=B8=AD=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=9C=AA?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/email/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/email/index.vue b/src/views/system/email/index.vue
index 830ee4d9..6c418b54 100644
--- a/src/views/system/email/index.vue
+++ b/src/views/system/email/index.vue
@@ -50,7 +50,7 @@
{{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 0).map(item =>
- item.RecipientName).join(", ") : ''
+ item.RecipientAddress).join(", ") : ''
}}
@@ -59,7 +59,7 @@
{{Array.isArray(scope.row.RecipientList) && scope.row.RecipientList.length > 0
? scope.row.RecipientList.filter(item => item.RecipientTypeEnum === 1).map(item =>
- item.RecipientName).join(", ") : ''
+ item.RecipientAddress).join(", ") : ''
}}