binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
<!--
 * @Description: 
 * @version: 
 * @Author: chen jing wu
 * @Date: 2023-09-07 16:24:59
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-09-07 16:26:56
-->
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickActionWithoutHeader,lightning:actionOverride,lightning:isUrlAddressable"
access="global">
    <iframe src="{!$Page.Solution_ProgrammeDelete}" width="100%" height="500px"/>
</aura:component>