feat: 统一交易详情组件,替换为 TransactionDetailSheet,增强功能并删除旧组件
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
## 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 检查
|
||||
Reference in New Issue
Block a user