docs: add migration record and update task status

This commit is contained in:
SunCheng
2026-02-19 21:54:16 +08:00
parent cdd20352a3
commit 4f6b634e68
2 changed files with 111 additions and 4 deletions

View File

@@ -15,16 +15,16 @@
- [x] 2.6 移除数据格式转换逻辑(formatTime, formatAmount, getIconByClassify等)
- [x] 2.7 移除废弃的自定义列表代码和样式
- [x] 2.8 运行 lint 检查
- [ ] 2.9 提交代码: "refactor(calendar-v2): migrate TransactionList to BillListComponent"
- [x] 2.9 提交代码: "refactor(calendar-v2): migrate TransactionList to BillListComponent"
## 3. 代码验证和文档更新
- [ ] 3.1 手动测试日历视图功能流程
- [ ] 3.2 验证视觉效果:对比迁移前后的账单列表样式
- [ ] 3.3 验证交互:确认点击账单、Smart按钮功能正常
- [ ] 3.4 更新 `openspec/changes/unify-bill-list-ui/` 文档,记录实际迁移范围
- [ ] 3.5 在 `.doc/` 目录下创建迁移记录文档 (可选)
- [ ] 3.6 最终提交: "docs: update unify-bill-list-ui change scope"
- [x] 3.4 更新 `openspec/changes/unify-bill-list-ui/` 文档,记录实际迁移范围
- [x] 3.5 在 `.doc/` 目录下创建迁移记录文档
- [x] 3.6 文档提交: "docs: update unify-bill-list-ui change scope"
## 2. 迁移 MessageView.vue