Files
ccdi/docs/reports/implementation/2026-07-13-staff-family-relation-query-layout.md
2026-07-13 16:46:37 +08:00

22 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 员工亲属关系查询区布局优化实施记录
## 修改内容
- 将员工亲属关系维护页查询表单标签宽度调整为 128px避免“关系人身份证号”等长标签换行。
- 为查询表单标签增加不换行约束,避免单个字段撑高整行。
- 为员工身份证号、关系人身份证号列表列增加固定展示宽度并开启溢出提示。
## 影响范围
- 前端页面:`ruoyi-ui/src/views/ccdiStaffFmyRelation/index.vue`
- 未修改查询参数、接口、数据库脚本、导入逻辑和权限配置。
## 验证情况
- 已执行前端结构检查,确认员工调动记录和图谱模块没有纳入本次改动。
- 已使用 Node 22.22.3 + npm 10.9.8 执行 `npm run build:prod`,构建通过;因本机 Node 14.21.3 缺少 npm未使用 `.nvmrc` 指向版本。
- 已通过真实前端页面 `http://127.0.0.1:8088/maintain/staffFmyRelation` 验证:
- “关系人身份证号”标签单行显示,标签高度 32px。
- 第一行查询项顶部坐标一致,第二行“状态”未被前一行撑出异常空隙。
- 身份证号相关表格列未造成页面级横向溢出。