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