From 96dd34f77d81db58f54e3d0ad4a8cc8082189a61 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 16 四月 2026 13:52:27 +0800
Subject: [PATCH] 考勤相关更改
---
src/views/OfficeRelated/checkingIn/components/PersonalAttendanceReport.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/OfficeRelated/checkingIn/components/PersonalAttendanceReport.vue b/src/views/OfficeRelated/checkingIn/components/PersonalAttendanceReport.vue
index 0771f71..032df48 100644
--- a/src/views/OfficeRelated/checkingIn/components/PersonalAttendanceReport.vue
+++ b/src/views/OfficeRelated/checkingIn/components/PersonalAttendanceReport.vue
@@ -648,7 +648,7 @@
getYearlyData() {
return {
- xAxis: ['2022', '2023', '2024'],
+ xAxis: ['2022', '2025', '2024'],
attendance: [240, 248, 252],
abnormal: [25, 18, 15],
rate: [90.2, 92.5, 94.1]
--
Gitblit v1.9.3