liangxiaozhen
2023-08-06 7454e4fe769b5148309b8a932fbf2bc03b41b376
force-app/main/default/lwc/lexCustomLightningDatatable/customShippingUnitPrice.html
@@ -1,8 +1,7 @@
<template>
    <c-custom-shipping-unit-price-comp
    record-id={typeAttributes.recordId}
    shipping-unit-price={typeAttributes.shippingUnitPrice}
        record-id={typeAttributes.recordId}
        shipping-unit-price={typeAttributes.shippingUnitPrice}
    >
    </c-custom-shipping-unit-price-comp>
</template>