1
2
3
4
5
6
7
8
9
10
11
12
| <!--
| * @Description:
| * @version:
| * @Author: chen jing wu
| * @Date: 2023-09-22 17:45:23
| * @LastEditors: chen jing wu
| * @LastEditTime: 2023-09-23 11:13:38
| -->
| <aura:component access="global" implements="force:lightningQuickActionWithoutHeader,force:hasRecordId,lightning:isUrlAddressable">
| <!-- <aura:attribute name="recordId" type="String" />
| <c:improvedForecastTime record-id="{!v.recordId}"></c:improvedForecastTime> -->
| </aura:component>
|
|