From 269f8c029edd9ae2c32e16f9bf6e3d10d70dd9e7 Mon Sep 17 00:00:00 2001 From: GWY <guweiyiscp096@foxmail.com> Date: 星期三, 06 四月 2022 17:24:45 +0800 Subject: [PATCH] page --- 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