From 10ce85a53d29f7c37f9cb5a08c1b8083510488c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Fri, 17 Jan 2025 11:59:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E8=AE=BF=E5=AE=A2=E9=A2=84=E7=BA=A6=E5=A5=97=E4=BB=B6=E5=B0=81?= =?UTF-8?q?=E8=A3=85+=E9=80=89=E6=8B=A9=E9=97=A8=E7=A6=81=E7=82=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 +- .../approval/components/NavigatorSelector.vue | 9 +- .../approval/components/VisitDuration.vue | 194 ++++++++++++++++++ src/pages/approval/components/Visitor.vue | 3 + src/pages/select/select-access-control.vue | 99 ++++++++- 5 files changed, 305 insertions(+), 6 deletions(-) create mode 100644 src/pages/approval/components/VisitDuration.vue diff --git a/src/pages.json b/src/pages.json index 0c06a21..74ed35d 100644 --- a/src/pages.json +++ b/src/pages.json @@ -241,7 +241,11 @@ }, { "path": "pages/select/select-access-control", - "type": "page" + "type": "page", + "style": { + "navigationStyle": "custom", + "disableScroll": true + } }, { "path": "pages/select/select-organization", diff --git a/src/pages/approval/components/NavigatorSelector.vue b/src/pages/approval/components/NavigatorSelector.vue index 018918c..fe88998 100644 --- a/src/pages/approval/components/NavigatorSelector.vue +++ b/src/pages/approval/components/NavigatorSelector.vue @@ -1,7 +1,7 @@