feat(考勤管理): 新增考勤记录查看、人员管理和报表生成功能

添加考勤记录查看页面,支持按日期筛选和展示员工考勤数据
实现人员管理组件,包含添加员工、搜索分页和删除功能
新增考勤报表生成组件,支持多员工筛选和导出CSV
This commit is contained in:
sudomarcma
2025-06-13 18:24:58 +08:00
parent c76fda9180
commit cac82a2c36
20 changed files with 1346 additions and 834 deletions
+2
View File
@@ -13,9 +13,11 @@
"dependencies": {
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"html5-qrcode": "^2.3.8",
"json2csv": "^6.0.0-alpha.2",
"mysql2": "^3.14.1",
"qrcode": "^1.5.4",
"uuid": "^11.1.0",
"vue": "^3.5.13",