From fbd4bea7bd57b4d4a33cb9ed0ebc15d9bf6551c0 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 12 七月 2023 17:54:54 +0800
Subject: [PATCH] 近日更新按钮,页面以及apex类

---
 force-app/main/default/pages/AttachmentPreview.page |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/AttachmentPreview.page b/force-app/main/default/pages/AttachmentPreview.page
index 0f6fdf5..b0c5f8a 100644
--- a/force-app/main/default/pages/AttachmentPreview.page
+++ b/force-app/main/default/pages/AttachmentPreview.page
@@ -1,6 +1,7 @@
-<apex:page action="{!init}" controller="AttachmentPreviewController" id="allPage" showheader="false" sidebar="false">
+<apex:page action="{!init}" controller="AttachmentPreviewController" id="allPage" showheader="false" sidebar="false" lightningStylesheets="true">
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}">
     </apex:stylesheet>
+    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
     <apex:includescript value="{!URLFOR($Resource.jquery183minjs)}">
     </apex:includescript>
     <apex:includescript value="{!URLFOR($Resource.PleaseWaitDialog)}">
@@ -115,18 +116,18 @@
     <body>
         <div style="height: 40px;background-color:#0f218b;width: 100%; ">
             <h1 style="color: white;margin-left: 45%;font-size: 24px;">
-               闄勪欢涓�瑙堣〃
+               鏂囦欢涓�瑙堣〃
             </h1>
         </div>
         <table class="pure-table pure-table-horizontal" id="theTable_header" styleclass="list" style="width: 100%">
             <thead>
                 <tr style="text-align: center;">
                     <th scope="col" style="width:60%; font-size: 13px;text-align: center;">
-                        闄勪欢鍚嶇О
+                        鏂囦欢鍚嶇О
                     </th>
                     <apex:variable rendered="{!IF(attachmentInfo.isShow,true,false)}" value="Society" var="Society">
                         <th scope="col" style="width: 40%;font-size: 13px;text-align: center;">
-                            闄勪欢绫诲瀷
+                            鏂囦欢绫诲瀷
                         </th>
                     </apex:variable>
                     <!--  <td scope="col" style="width: 40%;height: 30px;">

--
Gitblit v1.9.1