fix: fix the problem that the tree data of Table component cannot be displayed
This commit is contained in:
@@ -272,7 +272,7 @@ export default defineComponent({
|
|||||||
ref={elTableRef}
|
ref={elTableRef}
|
||||||
data={unref(getProps).data}
|
data={unref(getProps).data}
|
||||||
onSelection-change={selectionChange}
|
onSelection-change={selectionChange}
|
||||||
{...getBindValue}
|
{...unref(getBindValue)}
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
default: () => rnderTableColumn(),
|
default: () => rnderTableColumn(),
|
||||||
|
|||||||
Reference in New Issue
Block a user