From 30251f503523f97a2d5bc5d604a3c630bf61819a Mon Sep 17 00:00:00 2001 From: ihzero Date: Wed, 1 May 2024 15:44:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/clockout/index.vue | 4 +- src/pages/examination/detail.vue | 212 +++++++++++++++++-------------- src/pages/overtime/create.vue | 164 ++++++++++++++++-------- src/pages/setting/complain.vue | 10 +- src/pages/setting/password.vue | 17 ++- src/pages/user/update.vue | 16 ++- src/static/images/404.svg | 1 + 7 files changed, 269 insertions(+), 155 deletions(-) create mode 100644 src/static/images/404.svg diff --git a/src/pages/clockout/index.vue b/src/pages/clockout/index.vue index fcf3605..23ebb79 100644 --- a/src/pages/clockout/index.vue +++ b/src/pages/clockout/index.vue @@ -60,7 +60,7 @@ @@ -128,7 +128,7 @@ const form = reactive({ const rules = ref({}) const noCheck = computed(() => { - return !isGPS.value || !detail.value.enable + return !detail.value.enable }) const maxDistance = computed(() => { return detail.value.maxDistance diff --git a/src/pages/examination/detail.vue b/src/pages/examination/detail.vue index 8c6f4c0..64dea8e 100644 --- a/src/pages/examination/detail.vue +++ b/src/pages/examination/detail.vue @@ -1,97 +1,46 @@