2026-03-25 14:11:54 +08:00
|
|
|
# 上传数据页轻改版前端实施记录
|
|
|
|
|
|
|
|
|
|
## 本次改动
|
|
|
|
|
- 移除上传数据页中的上传流水卡片
|
2026-03-25 14:26:58 +08:00
|
|
|
- 移除上传数据页标题卡片,将操作入口收束到文件上传列表右上角
|
|
|
|
|
- 右上角按钮顺序调整为上传流水、拉取本行信息、征信导入、查看报告
|
|
|
|
|
- 查看报告保留重要按钮样式,其余头部按钮改为默认样式
|
|
|
|
|
- 文件上传列表表头移除自定义颜色,统一锁定提示和文件记录区视觉
|
2026-03-25 14:11:54 +08:00
|
|
|
|
|
|
|
|
## 影响文件
|
|
|
|
|
- `ruoyi-ui/src/views/ccdiProject/components/detail/UploadData.vue`
|
|
|
|
|
- `ruoyi-ui/tests/unit/upload-data-header-import-button.test.js`
|
|
|
|
|
- `ruoyi-ui/tests/unit/upload-data-disabled-cards.test.js`
|
2026-03-25 14:26:58 +08:00
|
|
|
- `ruoyi-ui/tests/unit/upload-data-file-list-table.test.js`
|
2026-03-25 14:11:54 +08:00
|
|
|
|
|
|
|
|
## 验证
|
|
|
|
|
- `node ruoyi-ui/tests/unit/upload-data-header-import-button.test.js`
|
|
|
|
|
- `node ruoyi-ui/tests/unit/upload-data-disabled-cards.test.js`
|
|
|
|
|
- `node ruoyi-ui/tests/unit/upload-data-batch-upload.test.js`
|
|
|
|
|
- `node ruoyi-ui/tests/unit/upload-data-file-list-table.test.js`
|
|
|
|
|
- `node ruoyi-ui/tests/unit/project-upload-credit-entry-jump.test.js`
|