From c2e95ad60bd63f00c9035279ab96680f283873ea Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 1 Sep 2025 14:54:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/table-action/table-action.vue | 9 ++++++++- .../src/views/business/order/product-order/index.vue | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/components/table-action/table-action.vue b/apps/web-antd/src/components/table-action/table-action.vue index 09ba8c3e..0c01e4b1 100644 --- a/apps/web-antd/src/components/table-action/table-action.vue +++ b/apps/web-antd/src/components/table-action/table-action.vue @@ -29,6 +29,10 @@ const props = defineProps({ type: Boolean, default: true, }, + flex: { + type: Boolean, + default: true, + }, }); const MenuItem = Menu.Item; @@ -128,7 +132,10 @@ const handleMenuClick = (e: any) => { getActions?.some((item: ActionItem) => item.type === 'link') ? 0 : 8 " > -
+