diff --git a/src/pages/clockout/index.vue b/src/pages/clockout/index.vue index 23ebb79..acd6c3c 100644 --- a/src/pages/clockout/index.vue +++ b/src/pages/clockout/index.vue @@ -60,7 +60,7 @@ @@ -71,9 +71,9 @@ - 定位失败,请检查手机定位权限是否开启 + > --> {{ detail.description }} { - return !detail.value.enable +const Check = computed(() => { + return detail.value.enable }) +const isType = computed(() => { + if (detail.value.type == 2) { + if (form.type == 2) { + return true + } else { + return false + } + } + return true +}) + const maxDistance = computed(() => { return detail.value.maxDistance }) diff --git a/src/pages/clockout/logs.vue b/src/pages/clockout/logs.vue index 0e67643..b7778b4 100644 --- a/src/pages/clockout/logs.vue +++ b/src/pages/clockout/logs.vue @@ -20,7 +20,7 @@ +