table index

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

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
})
]),