From c84ba89e5ad083d8e965089054218d50671b8890 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 2 Feb 2026 10:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/attendanceRate/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/report/attendanceRate/index.vue b/src/views/report/attendanceRate/index.vue index 115cb83..ac41f0c 100644 --- a/src/views/report/attendanceRate/index.vue +++ b/src/views/report/attendanceRate/index.vue @@ -950,6 +950,12 @@ export default { { label: '考勤月份', prop: 'attCurrentMonth' }, { label: '应出勤天数', prop: 'requiredDays' }, + { + label: '考勤率', + prop: 'normalRate', + needShow: true, + type: '正常打卡天数', + }, { label: '迟到率', prop: 'lateRate',