docs(plan): 更新 CHANGELOG - 计划书表单重构
- 记录计划书表单重构相关更改 - 更新影响文件列表 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
1 changed file
with
20 additions
and
0 deletions
| 1 | ## [2026-02-14] - 计划书Schema注释与使用文档 | 1 | ## [2026-02-14] - 计划书Schema注释与使用文档 |
| 2 | +## [2026-02-14] - 计划书表单重构 | ||
| 3 | + | ||
| 4 | +### 重构 | ||
| 5 | +- 重构 PlanFormContainer.vue 的 submit 函数,使用模板配置的 submit_mapping | ||
| 6 | +- 新增完整的储蓄计划书模板 SavingsTemplate.vue | ||
| 7 | +- 在 plan-templates.js 中添加详细的字段映射配置 | ||
| 8 | + | ||
| 9 | +### 文档 | ||
| 10 | +- 更新 README.md 和 CHANGELOG.md | ||
| 11 | +- 新增 plan-form-schema-usage.md 使用说明文档 | ||
| 12 | + | ||
| 13 | +--- | ||
| 14 | + | ||
| 15 | +**详细信息**: | ||
| 16 | +- **影响文件**: src/components/plan/PlanFormContainer.vue, src/components/plan/PlanTemplates/SavingsTemplate.vue, src/config/plan-templates.js, docs/plan/plan-form-schema-usage.md, README.md | ||
| 17 | +- **技术栈**: Vue 3, Taro 4 | ||
| 18 | +- **测试状态**: 待测试 | ||
| 19 | +- **备注**: Schema 配置与提交映射均有详细说明 | ||
| 20 | + | ||
| 21 | +--- | ||
| 2 | 22 | ||
| 3 | ### 更新 | 23 | ### 更新 |
| 4 | - 补充计划书Schema与提交映射的详细注释与JSDoc | 24 | - 补充计划书Schema与提交映射的详细注释与JSDoc | ... | ... |
-
Please register or login to post a comment