table index
This commit is contained in:
parent
492d0963fe
commit
ac9cf404a3
@ -412,6 +412,7 @@ const _sfc_main$2 = defineComponent({
|
||||
default: withCtx(() => [
|
||||
renderSlot(_ctx.$slots, column.customSlot, {
|
||||
data: __props.data,
|
||||
index: props.index,
|
||||
column
|
||||
})
|
||||
]),
|
||||
|
@ -18466,6 +18466,7 @@ const _sfc_main$G = defineComponent({
|
||||
default: withCtx(() => [
|
||||
renderSlot(_ctx.$slots, column.customSlot, {
|
||||
data: __props.data,
|
||||
index: props.index,
|
||||
column
|
||||
})
|
||||
]),
|
||||
|
@ -515,6 +515,7 @@ const radioProps = props.getRadioProps(props.data, props.index);
|
||||
<slot
|
||||
:name="column.customSlot"
|
||||
:data="data"
|
||||
:index="props.index"
|
||||
:column="column"
|
||||
></slot>
|
||||
<template #content>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user