Files
ccdi/docs/reports/implementation/2026-07-13-account-info-layout-align.md
2026-07-13 16:46:37 +08:00

22 lines
1.1 KiB
Markdown
Raw 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.
# 账号库管理页面布局对齐实施记录
## 修改内容
- 移除账号库管理页额外的 `.board` 卡片容器。
- 移除账号库管理页额外的灰色页面背景、圆角、边框和卡片内边距。
- 保留查询区、按钮区、表格、分页和弹窗表单的原有业务逻辑。
## 影响范围
- 前端页面:`ruoyi-ui/src/views/ccdiAccountInfo/index.vue`
- 未修改接口、查询参数、表格字段、导入逻辑、权限配置和后端代码。
## 验证情况
- 已执行 `node tests/unit/account-info-layout-polish.test.js`,账号库列顺序和外层卡片移除断言通过。
- 已使用 Node 22.22.3 + npm 10.9.8 执行 `npm run build:prod`,构建通过;因本机 Node 14.21.3 缺少 npm未使用 `.nvmrc` 指向版本。
- 已通过真实前端页面 `http://127.0.0.1:8088/ccdiAccountInfo` 验证:
- 列表表头为“所属人类型、员工姓名、关系类型、证件号、账户姓名、账户号码、账户类型、账户范围”。
- 页面不再存在 `.account-page``.board` 外层卡片容器。
- 查询区标签均为单行显示,页面无横向溢出。