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