From 1c15ef9287dced4bbde0c5e88b91eec2d375382c Mon Sep 17 00:00:00 2001 From: zhanghl <253316343@qq.com> Date: 星期一, 21 四月 2025 18:01:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- src/components/HxlhTable/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/HxlhTable/index.vue b/src/components/HxlhTable/index.vue index 720f93c..a38c90f 100644 --- a/src/components/HxlhTable/index.vue +++ b/src/components/HxlhTable/index.vue @@ -36,9 +36,12 @@ <template v-slot:buttons="row"> <slot name="buttons" v-bind="row"/> </template> - <template #expandContent="{ row }"> - <vxe-grid v-bind="subGridOptions" :data="row.subList"> - </vxe-grid> + <template #expandContent="{ row }"> + <vxe-grid v-bind="subGridOptions" :data="row.subList"> + </vxe-grid> + </template> + <template v-slot:status="row" > + <slot name="status" v-bind="row"/> </template> </vxe-grid> </div> -- Gitblit v1.9.3