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 @@