From 5a413d56814c79c7d43d6d3fa234b06e27d0134c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E5=AD=90=E8=B1=AA?= <1012743329@qq.com> Date: Fri, 3 Jan 2025 15:49:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=E8=80=83=E5=8B=A4=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BottomPop/BottomPop.vue | 80 +++++++++++ src/components/CommonItemItem/CommonItem.vue | 9 +- .../attendance-add-group.vue | 128 +++++++++++++++++- 3 files changed, 212 insertions(+), 5 deletions(-) create mode 100644 src/components/BottomPop/BottomPop.vue diff --git a/src/components/BottomPop/BottomPop.vue b/src/components/BottomPop/BottomPop.vue new file mode 100644 index 0000000..3dee1c8 --- /dev/null +++ b/src/components/BottomPop/BottomPop.vue @@ -0,0 +1,80 @@ + + + + diff --git a/src/components/CommonItemItem/CommonItem.vue b/src/components/CommonItemItem/CommonItem.vue index 4412ef5..40bcf32 100644 --- a/src/components/CommonItemItem/CommonItem.vue +++ b/src/components/CommonItemItem/CommonItem.vue @@ -1,7 +1,7 @@