From 808012b544b8c6f3cf467f42653c2783dbe8be6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=9C=A8?= Date: Sat, 5 Jun 2021 12:58:07 +0800 Subject: [PATCH] feat(table-action): add stopButtonPropagation prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为TableAction组件添加stopButtonPropagation来配置是否要阻止操作列的按钮的点击事件冒泡。 close #699 --- .../Table/src/components/TableAction.vue | 13 ++++- src/views/demo/table/ExpandTable.vue | 51 ++++++++++++++++--- 2 files changed, 56 insertions(+), 8 deletions(-) diff --git a/src/components/Table/src/components/TableAction.vue b/src/components/Table/src/components/TableAction.vue index ad20503eec2..c6968dbff2b 100644 --- a/src/components/Table/src/components/TableAction.vue +++ b/src/components/Table/src/components/TableAction.vue @@ -1,5 +1,5 @@