不行
This commit is contained in:
parent
ac9cf404a3
commit
e8bb799dfb
@ -412,7 +412,6 @@ const _sfc_main$2 = defineComponent({
|
||||
default: withCtx(() => [
|
||||
renderSlot(_ctx.$slots, column.customSlot, {
|
||||
data: __props.data,
|
||||
index: props.index,
|
||||
column
|
||||
})
|
||||
]),
|
||||
@ -475,6 +474,7 @@ const _sfc_main$2 = defineComponent({
|
||||
class: "layui-table-cell",
|
||||
colspan: __props.columns.length
|
||||
}, [
|
||||
createTextVNode(" 122332 "),
|
||||
renderSlot(_ctx.$slots, "expand", { data: __props.data })
|
||||
], 8, _hoisted_13$1)
|
||||
])) : createCommentVNode("", true),
|
||||
|
@ -18466,7 +18466,6 @@ const _sfc_main$G = defineComponent({
|
||||
default: withCtx(() => [
|
||||
renderSlot(_ctx.$slots, column.customSlot, {
|
||||
data: __props.data,
|
||||
index: props.index,
|
||||
column
|
||||
})
|
||||
]),
|
||||
@ -18529,6 +18528,7 @@ const _sfc_main$G = defineComponent({
|
||||
class: "layui-table-cell",
|
||||
colspan: __props.columns.length
|
||||
}, [
|
||||
createTextVNode(" 122332 "),
|
||||
renderSlot(_ctx.$slots, "expand", { data: __props.data })
|
||||
], 8, _hoisted_13$6)
|
||||
])) : createCommentVNode("", true),
|
||||
|
@ -515,7 +515,6 @@ const radioProps = props.getRadioProps(props.data, props.index);
|
||||
<slot
|
||||
:name="column.customSlot"
|
||||
:data="data"
|
||||
:index="props.index"
|
||||
:column="column"
|
||||
></slot>
|
||||
<template #content>
|
||||
@ -644,6 +643,7 @@ const radioProps = props.getRadioProps(props.data, props.index);
|
||||
:name="name"
|
||||
:data="slotProp.data"
|
||||
:column="slotProp.column"
|
||||
|
||||
></slot>
|
||||
</template>
|
||||
<template
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user