binxie
2023-06-26 d3e4451e36fbe25da4427bccd4e6b41aefd473c8
force-app/main/default/lwc/customShipmentAmountComp/customShipmentAmountComp.html
@@ -1,11 +1,10 @@
<template>
    <lightning-input
        name="shipmentAmount"
        label="shipmentAmount"
        variant="label-hidden"
        value={shipmentAmount}
        read-only
        style="margin-left: 10px"
    >
    name="shipmentAmount"
    label="shipmentAmount"
    variant="label-hidden"
    value={shipmentAmount}
    read-only style="margin-left: 10px;">
    </lightning-input>
</template>