From dc9c4547fd90dc9301c602454f9ec7c197949ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Sat, 16 May 2026 10:48:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(attendance,report):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增考勤打卡状态"未打卡"的中文翻译映射 2. 格式化页面组件代码行内样式,统一代码风格 3. 简化报表导出逻辑,统一使用actionIds参数进行导出 --- .../wms/hrm/attendance/attendanceCheck.vue | 1 + .../src/views/wms/report/template/action.vue | 55 +++++++++---------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/klp-ui/src/views/wms/hrm/attendance/attendanceCheck.vue b/klp-ui/src/views/wms/hrm/attendance/attendanceCheck.vue index 37995773..efdb877a 100644 --- a/klp-ui/src/views/wms/hrm/attendance/attendanceCheck.vue +++ b/klp-ui/src/views/wms/hrm/attendance/attendanceCheck.vue @@ -679,6 +679,7 @@ export default { case 'absent_half': return '半天旷工' case 'absent_full': return '全天旷工' case 'abnormal': return '迟到/早退' + case 'missed': return '未打卡' default: return '无' } }, diff --git a/klp-ui/src/views/wms/report/template/action.vue b/klp-ui/src/views/wms/report/template/action.vue index 50406eff..e010e378 100644 --- a/klp-ui/src/views/wms/report/template/action.vue +++ b/klp-ui/src/views/wms/report/template/action.vue @@ -5,27 +5,21 @@ - + - + - +