Просмотр исходного кода

chore: check off Task 6 progress

xuyunhui 1 неделя назад
Родитель
Сommit
d9043c38e1

+ 3 - 3
docs/superpowers/plans/2026-06-24-weapp-capsule-safearea.md

@@ -447,7 +447,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
 - Consumes: `TopBar.vue`(`:title` prop + `right` slot)
 - Produces: 无
 
-- [ ] **Step 1: 替换顶部自定义标题栏为 TopBar**
+- [x] **Step 1: 替换顶部自定义标题栏为 TopBar**
 
 将模板中第 1-15 行:
 
@@ -486,7 +486,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
     </TopBar>
 ```
 
-- [ ] **Step 2: 更新 script 导入**
+- [x] **Step 2: 更新 script 导入**
 
 将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
 
@@ -494,7 +494,7 @@ git commit -m "feat: ConstructionHome use TopBar with CapsuleSafeArea for notifi
 import TopBar from '@/components/common/TopBar.vue'
 ```
 
-- [ ] **Step 3: Commit**
+- [x] **Step 3: Commit**
 
 ```bash
 git add src/components/task/TaskListView.vue

+ 4 - 4
openspec/changes/weapp-capsule-safearea/.comet/subagent-progress.md

@@ -7,9 +7,9 @@
 
 ## Current Task
 
-- Task: Task 5: 改造施工端首页 ConstructionHome.vue
-- Plan Task Text: "Task 5: 改造施工端首页 ConstructionHome.vue"
-- OpenSpec Task Text: "2.1 Update `src/components/home/DispatchHome.vue`, `SalesHome.vue`, `ConstructionHome.vue` to place the notification bell inside `TopBar` right slot."
+- Task: Task 6: 改造任务列表页 TaskListView.vue
+- Plan Task Text: "Task 6: 改造任务列表页 TaskListView.vue"
+- OpenSpec Task Text: "2.2 Update `src/components/task/TaskListView.vue` to place the add/publish button inside `TopBar` right slot."
 - Stage: implementing
 - Review-Fix Round: 0
 
@@ -19,10 +19,10 @@
 - Task 2: 改造 TopBar.vue 集成 CapsuleSafeArea(commit 5aa4620)
 - Task 3: 改造调度端首页 DispatchHome.vue(commit 903ee6b)
 - Task 4: 改造销售端首页 SalesHome.vue(commit 199700c)
+- Task 5: 改造施工端首页 ConstructionHome.vue(commit 4a57952)
 
 ## Pending Tasks
 
-- Task 6: 改造任务列表页 TaskListView.vue
 - Task 7: 改造排班页 ScheduleView.vue
 - Task 8: 类型检查与构建验证
 

+ 1 - 1
openspec/changes/weapp-capsule-safearea/tasks.md

@@ -6,7 +6,7 @@
 ## 2. Page header fixes
 
 - [x] 2.1 Update `src/components/home/DispatchHome.vue`, `SalesHome.vue`, `ConstructionHome.vue` to place the notification bell inside `TopBar` right slot.
-- [ ] 2.2 Update `src/components/task/TaskListView.vue` to place the add/publish button inside `TopBar` right slot.
+- [x] 2.2 Update `src/components/task/TaskListView.vue` to place the add/publish button inside `TopBar` right slot.
 - [ ] 2.3 Update `src/components/dispatch/ScheduleView.vue` to place "今天" and "新增排班" buttons inside `TopBar` right slot.
 
 ## 3. Validation