From fb02dd45d193d1d2f0cbbf519938f4ff6f86d084 Mon Sep 17 00:00:00 2001 From: 13684185576 <2731628804@qq.com> Date: Thu, 4 Dec 2025 11:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=A1=E9=97=B4?= =?UTF-8?q?=E9=9A=94=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/clockInPage/index.vue | 2 +- src/pages/clockInPage/indexbf.vue | 775 ++++++++++++++++++++++++++++++ 2 files changed, 776 insertions(+), 1 deletion(-) create mode 100644 src/pages/clockInPage/indexbf.vue diff --git a/src/pages/clockInPage/index.vue b/src/pages/clockInPage/index.vue index 79db124..14a5078 100644 --- a/src/pages/clockInPage/index.vue +++ b/src/pages/clockInPage/index.vue @@ -130,7 +130,7 @@ const infoData = computed(() => { }); const activeInfoData = computed(() => data.patroObj?.bddList?.[active.value]); const { formattedTime, isExpired, expirationTime, start, stop } = - useCountdownFromTime(10); + useCountdownFromTime(); // 删除打卡图片 const clearImage = () => { baseUrl.value = ""; diff --git a/src/pages/clockInPage/indexbf.vue b/src/pages/clockInPage/indexbf.vue new file mode 100644 index 0000000..1e85f7e --- /dev/null +++ b/src/pages/clockInPage/indexbf.vue @@ -0,0 +1,775 @@ + + + + + + + + + + + + + + + + {{ `第${item?.count}次打卡` }} + + + 开始 + + {{ item?.dkKsSj?.split(" ")[1] }}已打卡 + + + + + 离开 + + {{ item?.dkJsSj?.split(" ")[1] }}已打卡 + + + + + + + + + + + + + + + + + + 点击拍照 + + + + *须拍摄实景图才可进行打卡 + + + + + + + {{ formattedTime }}后 + + {{ !infoData?.dkKsSj ? `开始` : `离开` }} + {{ `第${infoData?.count || ""}次打卡` }} + + + 已结束 + + + + + 已进入考勤范围:{{ activeInfoData?.bddMc }} + + + + + + + + + + +Powered by Gitea +当前版本: 1.24.2 页面: +176ms +模板: +102ms +许可证 +API \ No newline at end of file