| force-app/main/default/pages/MaintenanceProductData.page | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/pages/MaintenanceProductData.page
@@ -1625,6 +1625,7 @@ </apex:pageBlock> <!-- chenjingwu 20240417 start --> <apex:pageblocksection title="{!IF(editAble,'延保信息维护','延保信息维护(蓝色为新值)')}" id="exmpdDetails" rendered="{!IF(muMap!=null&&muCountMap!=null,true,false)}" html-style="width: 100%;max-height:210px;;overflow:auto;"> <apex:outputLabel style="width: 100%;"> <table class="list"> <tr class="headerRow"> <th>产品名称</th> @@ -1656,9 +1657,9 @@ </apex:repeat> </apex:repeat> </tr> </table> </apex:outputLabel> </apex:pageblocksection> <!-- chenjingwu 20240417 end --> </apex:pageBlock>