Files
loan-pricing/doc/implementation-report-2026-03-28-workflow-calculate-rate-list-frontend.md

31 lines
1.2 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.
# 流程列表测算利率展示前端实施记录
## 实施时间
- 2026-03-28
## 修改内容
- 在流程列表页新增“测算利率(%)”列
- 新增列绑定后端返回字段 `calculateRate`
- 保持“执行利率(%)”列继续绑定 `executeRate`
- 保持“测算利率(%)”列位于“执行利率(%)”列之前
## 修改文件
- `ruoyi-ui/src/views/loanPricing/workflow/index.vue`
- `doc/implementation-report-2026-03-28-workflow-calculate-rate-list-frontend.md`
## 验证方式
1. 通过源码检查确认“测算利率(%)”列已新增
2. 通过源码检查确认“测算利率(%)”列位于“执行利率(%)”之前
3. 执行前端生产构建验证页面代码可正常打包
## 验证结果
- 已新增“测算利率(%)”列,绑定字段为 `calculateRate`
- 已保留“执行利率(%)”列,绑定字段为 `executeRate`
- 已确认“测算利率(%)”列位于“执行利率(%)”列之前
- 已执行 `npm --prefix ruoyi-ui run build:prod`,构建成功,输出包含 `Build complete.`
- 本次构建过程中仅出现项目原有的打包体积 warning未出现新的构建错误
## 说明
- 本次只调整流程列表页,不改详情页展示逻辑
- 本次未为验证额外启动新的前端进程