| | |
| | | <template> |
| | | <template if:false={isDisable}> |
| | | <lightning-formatted-url |
| | | value={accountUrl} |
| | | label={accountName} |
| | | target="_blank" |
| | | ></lightning-formatted-url> |
| | | </template> |
| | | <template if:true={isDisable}> {accountName} </template> |
| | | <template if:false={isDisable}> |
| | | <<<<<<< HEAD |
| | | <lightning-formatted-url |
| | | value={accountUrl} |
| | | label={accountName} |
| | | target="_blank" |
| | | ></lightning-formatted-url> |
| | | </template> |
| | | <template if:true={isDisable}> {accountName} </template> |
| | | </template> |
| | | ======= |
| | | <lightning-formatted-url value={accountUrl} label={accountName} target="_blank"></lightning-formatted-url> |
| | | </template> |
| | | <template if:true={isDisable}> |
| | | {accountName} |
| | | </template> |
| | | </template> |
| | | >>>>>>> LEXCommunityLiJun |