From 18597fabd3d193b82d2f05ec3fd7101623fdcb8c Mon Sep 17 00:00:00 2001 From: Ah jung <735878602@qq.com> Date: Tue, 13 Jul 2021 10:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=20bugfix=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 142 ++++++++++-------- src/App.vue | 2 +- src/components/ProTable/src/ProTable.vue | 4 +- .../src/components/settings/ColumnSetting.vue | 133 +++++++++------- .../ProTable/src/hooks/useColumns.ts | 8 +- .../ProTable/src/hooks/useDataSource.ts | 50 ++---- src/components/ProTable/src/props.ts | 1 - src/components/ProTable/src/types/table.ts | 22 +++ .../components/Header/ProjectSetting.vue | 2 +- tsconfig.json | 62 ++++---- 10 files changed, 235 insertions(+), 191 deletions(-) create mode 100644 src/components/ProTable/src/types/table.ts diff --git a/index.html b/index.html index aa82b77..7ce45b2 100644 --- a/index.html +++ b/index.html @@ -2,77 +2,91 @@
- - + + + +