zhangzhengmei
2023-08-05 0e2c8251414d7675628d5a7d2015878b720672cc
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>