From b5aa1a48251efe8473ca0146baaab28748873716 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 09 五月 2026 18:18:30 +0800
Subject: [PATCH] yxh
---
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