zhangqian
2023-07-04 32944d1a233be29c0cb27d8ad4f21df868fb98a0
force-app/main/default/lwc/lexCustomLightningDatatable/customAgencyOppInput.html
@@ -1,3 +1,8 @@
<template>
    <c-lex-agency-opp-cus-cell input-value={typeAttributes.inputValue} record-id={typeAttributes.recordId} field-name={typeAttributes.fieldName} show-type={typeAttributes.showType}></c-lex-agency-opp-cus-cell>
    <c-lex-agency-opp-cus-cell
        input-value={typeAttributes.inputValue}
        record-id={typeAttributes.recordId}
        field-name={typeAttributes.fieldName}
        show-type={typeAttributes.showType}
    ></c-lex-agency-opp-cus-cell>
</template>