From 08a21f49f2eaf9cfc19ceb67b196cc36ba689305 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 13 五月 2022 20:52:25 +0800 Subject: [PATCH] FIxSWOPageIssue --- force-app/main/default/components/PDFWbr.component | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/components/PDFWbr.component b/force-app/main/default/components/PDFWbr.component index 383dfd9..d2f1f2a 100644 --- a/force-app/main/default/components/PDFWbr.component +++ b/force-app/main/default/components/PDFWbr.component @@ -1,6 +1,7 @@ <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}" /><wbr/> + <apex:outputText value="{!s}"/> + <apex:outputPanel rendered="{!IF((s == '鍙�' && wbrFlag == true),true,false)}"> </apex:outputPanel><wbr/> </apex:repeat> </apex:component> \ No newline at end of file -- Gitblit v1.9.1