From 3e4201f8b36128d48ba2029825e8b34e7f6d9053 Mon Sep 17 00:00:00 2001 From: dy <dingyang@lnfxkj.tech> Date: 星期一, 21 四月 2025 17:59:06 +0800 Subject: [PATCH] 工序级产能数据管理前台代码提交 --- 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