From b55828d21b8853146fb547afc389ad06ea2635d5 Mon Sep 17 00:00:00 2001
From: Junfeng <linktan@deloitte.com.cn>
Date: 星期五, 07 四月 2023 15:55:31 +0800
Subject: [PATCH] DEV环境最新代码

---
 force-app/main/default/aura/AgencyAccount/AgencyAccount.cmp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/aura/AgencyAccount/AgencyAccount.cmp b/force-app/main/default/aura/AgencyAccount/AgencyAccount.cmp
index 486b5df..6f7d3c8 100644
--- a/force-app/main/default/aura/AgencyAccount/AgencyAccount.cmp
+++ b/force-app/main/default/aura/AgencyAccount/AgencyAccount.cmp
@@ -77,7 +77,8 @@
 			
 	        <div class="slds-truncate">
 				<a href="{!'/partner/s/agency-contact/' + item.Id}" style="position: relative;">
-					{!item.Name}
+					<span class="encrypt">{!item.Name}</span>
+					<span class="decrypt">{!item.awsdata.name}</span>
 				</a>
 			</div>
 	      </th>

--
Gitblit v1.9.1