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