Files
EmailBill/openspec/changes/archive/2026-02-21-unify-bill-detail-component/tasks.md

26 lines
1011 B
Markdown
Raw Normal View History

## 1. 增强组件功能
- [x] 1.1 在 TransactionDetailSheet.vue 中添加建议分类提示功能
- [x] 1.2 添加建议提示 UI 组件(显示 unconfirmedClassify 和应用按钮)
- [x] 1.3 实现应用建议分类逻辑(更新 classify 和 type 字段)
## 2. 迁移页面引用
- [x] 2.1 修改 TransactionsRecord.vue将 TransactionDetail 组件替换为 TransactionDetailSheet
- [x] 2.2 更新 TransactionsRecord.vue 中的事件处理save → save, delete → delete
- [x] 2.3 测试 TransactionsRecord 页面的详情功能
## 3. 清理旧代码
- [x] 3.1 确认无其他页面引用 TransactionDetail.vue
- [x] 3.2 删除 TransactionDetail.vue 组件文件
- [x] 3.3 更新相关文档(如有)
## 4. 测试验证
- [x] 4.1 测试 calendarV2 页面交易详情功能(无回归)
- [x] 4.2 测试 TransactionsRecord 页面交易详情功能
- [x] 4.3 测试 CategoryBillPopup 中交易详情功能
- [x] 4.4 测试建议分类提示功能
- [x] 4.5 运行前端 lint 检查