diff --git a/Web/src/views/calendarV2/modules/TransactionList.vue b/Web/src/views/calendarV2/modules/TransactionList.vue index 156f79c..f0a1343 100644 --- a/Web/src/views/calendarV2/modules/TransactionList.vue +++ b/Web/src/views/calendarV2/modules/TransactionList.vue @@ -4,14 +4,14 @@ 特殊功能: - 自定义 header(Items 数量、Smart 按钮) - 与日历视图紧密集成 - - 特定的 UI 风格和交互 + - 使用统一的 BillListComponent 展示账单列表 - 注意:此组件不是通用的 BillListComponent,专为 CalendarV2 视图设计。 - 如需通用账单列表功能,请使用 @/components/Bill/BillListComponent.vue + 迁移说明:已迁移至使用 BillListComponent,保留自定义 header 和 Smart 按钮 -->