binxie
2023-06-26 410599fdf4f96d7f19b51bc28e544fa4e8780a1e
1
2
3
4
5
6
7
<template>
    <c-custom-outbound-count-comp
    is-disable={typeAttributes.isDisable}
    record-id={typeAttributes.recordId}
    count={typeAttributes.count}>
    </c-custom-outbound-count-comp>
</template>