From 06e80fe75ff4cc2235c7728c4b85e4369857e6de Mon Sep 17 00:00:00 2001 From: Orange Date: Wed, 27 Jan 2021 18:39:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E8=A1=A8=E6=A0=BC=E5=88=97=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ColumnSettingPopover.vue | 77 +++++++++++++++++++ src/components/AutoDataTable/index.vue | 69 ++++++++++++++++- .../ListTable/TableAction/RightSide.vue | 8 ++ 3 files changed, 151 insertions(+), 3 deletions(-) create mode 100644 src/components/AutoDataTable/components/ColumnSettingPopover.vue diff --git a/src/components/AutoDataTable/components/ColumnSettingPopover.vue b/src/components/AutoDataTable/components/ColumnSettingPopover.vue new file mode 100644 index 000000000..5a9a66379 --- /dev/null +++ b/src/components/AutoDataTable/components/ColumnSettingPopover.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/src/components/AutoDataTable/index.vue b/src/components/AutoDataTable/index.vue index 7a4397437..1951a1668 100644 --- a/src/components/AutoDataTable/index.vue +++ b/src/components/AutoDataTable/index.vue @@ -1,15 +1,24 @@