From fb216dba687cc324b483c7766abb8a08f2b0e5f7 Mon Sep 17 00:00:00 2001 From: ShineKOT <1917095344@qq.com> Date: Wed, 10 Sep 2025 15:20:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E6=9B=B4=E6=96=B0=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=A1=8C=E4=B8=BA=E7=BB=84=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/action-group/action-group.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/action-group/action-group.tsx b/src/common/action-group/action-group.tsx index ef66a24681..c03716b0c0 100644 --- a/src/common/action-group/action-group.tsx +++ b/src/common/action-group/action-group.tsx @@ -202,7 +202,8 @@ export const IBizActionGroup = defineComponent({ type={convertBtnType(this.actionDetail.buttonStyle)} >
- {this.actionDetail.refUIActionGroup?.id} + {this.actionDetail.refUIActionGroup?.name || + this.actionDetail.refUIActionGroup?.id}