From 57927e2968a0695ebe85a505c29757b7351ee273 Mon Sep 17 00:00:00 2001
From: KAI <1373639299@qq.com>
Date: Thu, 20 Mar 2025 15:42:23 +0800
Subject: [PATCH] =?UTF-8?q?feat(GiTable):=20=E5=A2=9E=E5=BC=BA=E5=88=97?=
=?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD=20-=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E5=85=A8=E9=80=89/=E9=87=8D=E7=BD=AE=E5=8A=9F=E8=83=BD=20-=20?=
=?UTF-8?q?=E6=94=B9=E8=BF=9B=E5=88=97=E7=9A=84=E6=8E=92=E5=BA=8F=E5=92=8C?=
=?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=8A=9F=E8=83=BD=E4=BA=A4=E4=BA=92=20-=20?=
=?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=88=97=E8=AE=BE=E7=BD=AE=E6=8C=81=E4=B9=85?=
=?UTF-8?q?=E5=8C=96=E5=AD=98=E5=82=A8=20-=20=E7=A1=AE=E4=BF=9D=E5=9C=A8?=
=?UTF-8?q?=E4=B8=8D=E4=BD=BF=E7=94=A8=E5=88=97=E8=AE=BE=E7=BD=AE=E6=97=B6?=
=?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BB=8D=E8=83=BD=E6=AD=A3=E5=B8=B8=E5=B7=A5?=
=?UTF-8?q?=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/GiTable/src/GiTable.vue | 129 ++---
.../GiTable/src/components/ColumnSetting.vue | 548 ++++++++++++++++++
2 files changed, 591 insertions(+), 86 deletions(-)
create mode 100644 src/components/GiTable/src/components/ColumnSetting.vue
diff --git a/src/components/GiTable/src/GiTable.vue b/src/components/GiTable/src/GiTable.vue
index 9db66ec..5710069 100644
--- a/src/components/GiTable/src/GiTable.vue
+++ b/src/components/GiTable/src/GiTable.vue
@@ -33,35 +33,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
+
@@ -100,9 +79,9 @@
--
Gitee