From 5f886825bbc0700f9c1eaf717ac8cb32833b11e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B6=85=E5=87=A1?= <2508779859@qq.com>
Date: Wed, 16 Apr 2025 23:28:29 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20pageSearch=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=97=B4=E8=B7=9D=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E9=85=8D=E7=BD=AE=EF=BC=8C=E8=87=AA=E9=80=82=E5=BA=94?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=BD=BF=E7=94=A8=E6=A1=88?=
=?UTF-8?q?=E4=BE=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CURD/PageSearch.vue | 148 ++++++++++++------------
src/components/CURD/types.ts | 7 +-
src/components/InputTag/index.vue | 47 ++++----
src/main.ts | 2 -
src/types/components.d.ts | 2 +
src/views/demo/curd/config/search.ts | 81 +------------
src/views/demo/curd/config/search2.ts | 158 ++++++++++++++++++++++++++
src/views/demo/curd/index.vue | 2 +
vite.config.ts | 2 +
9 files changed, 277 insertions(+), 172 deletions(-)
create mode 100644 src/views/demo/curd/config/search2.ts
diff --git a/src/components/CURD/PageSearch.vue b/src/components/CURD/PageSearch.vue
index 9f5d15c0..1c9696b6 100644
--- a/src/components/CURD/PageSearch.vue
+++ b/src/components/CURD/PageSearch.vue
@@ -1,65 +1,68 @@
-
-
-
-
-
-
-
- {{ item.label }}
-
-
-
- {{ searchConfig.colon ? ":" : "" }}
-
-
- {{ item.label }} {{ searchConfig.colon ? ":" : "" }}
-
-
+
+
+
+
-
-
-
-
+
+
+
+ {{ item.label }}
+
+
+
+ {{ searchConfig.colon ? ":" : "" }}
+
-
-
-
-
- 搜索
- 重置
-
-
-
- {{ isExpand ? "收起" : "展开" }}
-
-
+ {{ item.label }} {{ searchConfig.colon ? ":" : "" }}
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+ 搜索
+ 重置
+
+
+
+ {{ isExpand ? "收起" : "展开" }}
+
+
+
+
+
+
+