This commit is contained in:
Theluyuan 2022-11-14 14:36:22 +08:00
parent e8bb799dfb
commit 30c5b4c8a5
4 changed files with 1 additions and 4 deletions

View File

@ -474,7 +474,6 @@ 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),

View File

@ -18528,7 +18528,6 @@ 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),

View File

@ -643,7 +643,6 @@ 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