From 81b0892b8c6aa064a9e8dbca09a8f7f1eb6de40e Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 24 二月 2022 19:12:29 +0800
Subject: [PATCH] 1.15---2.24 变更代码

---
 force-app/main/default/components/PDFWbr.component |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/components/PDFWbr.component b/force-app/main/default/components/PDFWbr.component
index d2f1f2a..383dfd9 100644
--- a/force-app/main/default/components/PDFWbr.component
+++ b/force-app/main/default/components/PDFWbr.component
@@ -1,7 +1,6 @@
 <apex:component access="global" controller="PDFWbrController" >
     <apex:attribute name="targetStr" assignTo="{!tstr}" description="" type="String" required="false" />
     <apex:repeat value="{!wbrStr}" var="s">
-        <apex:outputText value="{!s}"/>
-        <apex:outputPanel rendered="{!IF((s == '鍙�' && wbrFlag == true),true,false)}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</apex:outputPanel><wbr/>
+        <apex:outputText value="{!s}" /><wbr/>
     </apex:repeat>
 </apex:component>
\ No newline at end of file

--
Gitblit v1.9.1