liangxiaozhen
2023-08-06 8d9fdd2c68656e04ea4115e994f20051b2358c90
force-app/main/default/lwc/myCustomTypeDatatable/customName.html
@@ -1,6 +1,7 @@
<template>
    <lightning-badge
    <lightning-badge
        label={typeAttributes.accountName}
        icon-name="standard:account">
        icon-name="standard:account"
    >
    </lightning-badge>
</template>