table index

This commit is contained in:
Theluyuan 2022-11-14 13:56:41 +08:00
parent 492d0963fe
commit ac9cf404a3
4 changed files with 4 additions and 1 deletions

View File

@ -412,6 +412,7 @@ const _sfc_main$2 = defineComponent({
default: withCtx(() => [
renderSlot(_ctx.$slots, column.customSlot, {
data: __props.data,
index: props.index,
column
})
]),

View File

@ -18466,6 +18466,7 @@ const _sfc_main$G = defineComponent({
default: withCtx(() => [
renderSlot(_ctx.$slots, column.customSlot, {
data: __props.data,
index: props.index,
column
})
]),

View File

@ -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