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

chore: check off Task 7 progress

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

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

@@ -512,7 +512,7 @@ git commit -m "feat: TaskListView use TopBar with CapsuleSafeArea for publish bu
 - Consumes: `TopBar.vue`(`:title` prop + `right` slot)
 - Produces: 无
 
-- [ ] **Step 1: 修改 TopBar 的 right slot**
+- [x] **Step 1: 修改 TopBar 的 right slot**
 
 当前第 3-4 行:
 
@@ -541,7 +541,7 @@ git commit -m "feat: TaskListView use TopBar with CapsuleSafeArea for publish bu
     </TopBar>
 ```
 
-- [ ] **Step 2: 清空月份切换行右侧**
+- [x] **Step 2: 清空月份切换行右侧**
 
 当前第 7-20 行(月份切换区域):
 
@@ -581,7 +581,7 @@ git commit -m "feat: TaskListView use TopBar with CapsuleSafeArea for publish bu
     </view>
 ```
 
-- [ ] **Step 3: 清空排班列表标题右侧**
+- [x] **Step 3: 清空排班列表标题右侧**
 
 当前第 65-71 行(排班列表标题区域):
 
@@ -603,7 +603,7 @@ git commit -m "feat: TaskListView use TopBar with CapsuleSafeArea for publish bu
       </view>
 ```
 
-- [ ] **Step 4: Commit**
+- [x] **Step 4: Commit**
 
 ```bash
 git add src/components/dispatch/ScheduleView.vue

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

@@ -7,9 +7,9 @@
 
 ## Current Task
 
-- 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."
+- Task: Task 7: 改造排班页 ScheduleView.vue
+- Plan Task Text: "Task 7: 改造排班页 ScheduleView.vue"
+- OpenSpec Task Text: "2.3 Update `src/components/dispatch/ScheduleView.vue` to place "今天" and "新增排班" buttons inside `TopBar` right slot."
 - Stage: implementing
 - Review-Fix Round: 0
 
@@ -20,10 +20,10 @@
 - Task 3: 改造调度端首页 DispatchHome.vue(commit 903ee6b)
 - Task 4: 改造销售端首页 SalesHome.vue(commit 199700c)
 - Task 5: 改造施工端首页 ConstructionHome.vue(commit 4a57952)
+- Task 6: 改造任务列表页 TaskListView.vue(commit ffa0218)
 
 ## Pending Tasks
 
-- Task 7: 改造排班页 ScheduleView.vue
 - Task 8: 类型检查与构建验证
 
 ## Notes

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

@@ -7,7 +7,7 @@
 
 - [x] 2.1 Update `src/components/home/DispatchHome.vue`, `SalesHome.vue`, `ConstructionHome.vue` to place the notification bell 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.
+- [x] 2.3 Update `src/components/dispatch/ScheduleView.vue` to place "今天" and "新增排班" buttons inside `TopBar` right slot.
 
 ## 3. Validation