zhangqian
2023-07-10 a4b8019d414735754babdefa9c339414981a91fe
1
2
3
4
5
6
7
8
<template>
    <c-navigate-to-record
        data-navigation="enable"
        record-id={value}
        label={typeAttributes.label}
    >
    </c-navigate-to-record>
</template>