feat(hrm): 新增请假统计报表功能及优化请假申请页面

新增请假统计报表页面,包含趋势图、部门统计图、类型统计图和表格展示
优化请假申请页面布局和字段展示
添加多个图表组件用于数据可视化展示
调整样式和表单验证规则
This commit is contained in:
砂糖
2026-01-19 13:28:45 +08:00
parent cd0f93f60f
commit f6000018d8
8 changed files with 493 additions and 17 deletions

View File

@@ -80,6 +80,11 @@
<template slot-scope="scope">
<dict-tag :options="dict.type.hrm_leave_employee" :value="scope.row.reportUserName"/>
</template>
</el-table-column>
<el-table-column label="报餐时间" align="center" prop="createTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" prop="remark" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">