From 002f765b0cc29ce75e6c6a965d2011c27bcc254b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 25 四月 2026 10:25:13 +0800
Subject: [PATCH] Merge branch 'QD-opo' of http://116.62.18.175:6699/r/~yxh/opo-web into QD-opo
---
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