From 6618b608dec0912b39b7e877eef0b2170507811d Mon Sep 17 00:00:00 2001 From: cshaptx4869 <994774638@qq.com> Date: Wed, 8 May 2024 21:46:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E5=8A=A0=E5=BC=BA?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E8=A1=A8=E5=8D=95=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=92=8C=E5=88=97=E8=A1=A8=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PageModal/index.vue | 202 ++++++++++++++++----------- src/components/TableSelect/index.vue | 39 ++++-- src/views/demo/curd/config/add.ts | 1 - src/views/demo/curd/config/edit.ts | 2 +- 4 files changed, 149 insertions(+), 95 deletions(-) diff --git a/src/components/PageModal/index.vue b/src/components/PageModal/index.vue index 0cd56514..6f49e969 100644 --- a/src/components/PageModal/index.vue +++ b/src/components/PageModal/index.vue @@ -1,102 +1,124 @@