From e8bb799dfbf6c2e7a47e579648908d3c40f2adc7 Mon Sep 17 00:00:00 2001 From: Theluyuan <1162963624@qq.com> Date: Mon, 14 Nov 2022 14:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- es/table/index.js | 2 +- lib/index.js | 2 +- src/component/table/TableRow.vue | 2 +- umd/index.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/es/table/index.js b/es/table/index.js index d9ccc75..9f4cc69 100644 --- a/es/table/index.js +++ b/es/table/index.js @@ -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), diff --git a/lib/index.js b/lib/index.js index 438d5c3..3a6c116 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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), diff --git a/src/component/table/TableRow.vue b/src/component/table/TableRow.vue index 4d6c622..2bff2e8 100644 --- a/src/component/table/TableRow.vue +++ b/src/component/table/TableRow.vue @@ -515,7 +515,6 @@ const radioProps = props.getRadioProps(props.data, props.index);