🏢 员工综合管理系统

🟢 v{{version}}

欢迎使用员工综合管理系统

PHP 8.3 + Vue 3 + MySQL 8.0 | 版本 v{{version}}

功能导航

{{weatherData.city}}
{{weatherData.current.temperature}}{'°'}
{{weatherData.current.weather_desc}} {'体感'}{{weatherData.current.feels_like}}{'°'}
{{weatherData.current.weather_icon}}
{'💨'} {{weatherData.current.wind_speed}}km/h
{'💧'} {{weatherData.current.humidity}}%

入职信息登记

附件上传
+ {{up.label}}
提交入职申请 重置

入职进度查询

查询
{{progress.application.name}} {{progress.application.position}} {{progress.application.status_text}} {{progress.application.created_at}} {{progress.application.review_remark || '暂无'}}

进度日志

{{logLabel(log)}} — {{log.remark}}

申请假期 我的假期
{{t.name}} {{t.description}}
{{leaveComputedDays}} 个工作日 年度剩余:{{leaveYearRemaining}}天 提交申请 重置
全部 待审批 已通过 已驳回 共 {{leaveList.length}} 条记录
{{leaveDetail.leave_type_name}} {{leaveDetail.start_date_fmt}} ~ {{leaveDetail.end_date_fmt}} {{leaveDetail.days}}天 {{leaveDetail.reason||'-'}} {{leaveDetail.status==='pending'?'待审批':leaveDetail.status==='approved'?'已通过':'已驳回'}} {{leaveDetail.review_remark}} {{leaveDetail.created_at_fmt}}
提交银行卡 卡片管理 变更记录 导出CSV
{{salaryStats.total}}
全部卡片
{{salaryStats.approved}}
已通过
{{salaryStats.pending}}
待审核
{{salaryStats.rejected}}
已驳回
提交审核 重置
全部 待审核 已通过 已驳回 {{cardList.length}} 条记录
提交报销 报销记录 变更记录 导出CSV
{{expenseStats.total}}
全部
{{expenseStats.pending}}
待审核
{{expenseStats.approved}}
已通过
{{expenseStats.paid}}
已打款
{{expenseStats.rejected}}
已驳回
单笔上限 ¥{{Number(expenseMaxAmount).toLocaleString()}}
支持 jpg/png/gif/pdf,单张≤10MB,最多9张
正在上传票据...
提交报销 重置
全部 待审核 已通过 已打款 已驳回 {{expenseList.length}} 条记录

天气查询

定位 刷新
🌤️
加载中...
⚠️
{{weatherError}}
{{weatherData.city}}
{{weatherData.current.temperature}}°
{{weatherData.current.weather_icon}} {{weatherData.current.weather_desc}} 体感 {{weatherData.current.feels_like}}°
💨 风速: {{weatherData.current.wind_speed}} km/h {{weatherData.current.wind_direction}}
🌬️ 阵风: {{weatherData.current.wind_gusts}} km/h
💧 湿度: {{weatherData.current.humidity}}%
📊 气压: {{weatherData.current.pressure}} hPa
{{d.date_display}}
{{d.weather_icon}}
{{d.weather_desc}}
{{d.temp_max}}° / {{d.temp_min}}°
💧 {{d.precip}}%

消息中心

全部标为已读
{{cat.label}}
{{msg.title}} {{categoryLabel(msg.category)}}
{{msg.content}}
{{msg.created_at_fmt}} 标为已读
{{detailMsg.type==='system'?'系统消息':'业务消息'}} {{categoryLabel(detailMsg.category)}} {{detailMsg.created_at_fmt}}
{{detailMsg.content}}

{{tabName}} 模块

正在开发中...