|
|
@@ -293,7 +293,7 @@ git commit -m "feat: DispatchHome use TopBar with CapsuleSafeArea for notificati
|
|
|
- Consumes: `TopBar.vue`(`left` slot + `right` slot + 空 `title`)
|
|
|
- Produces: 无
|
|
|
|
|
|
-- [ ] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
+- [x] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
|
|
|
将模板中第 2-20 行:
|
|
|
|
|
|
@@ -345,7 +345,7 @@ git commit -m "feat: DispatchHome use TopBar with CapsuleSafeArea for notificati
|
|
|
</TopBar>
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 2: 更新 script 导入**
|
|
|
+- [x] **Step 2: 更新 script 导入**
|
|
|
|
|
|
将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
|
|
|
|
|
|
@@ -353,7 +353,7 @@ git commit -m "feat: DispatchHome use TopBar with CapsuleSafeArea for notificati
|
|
|
import TopBar from '@/components/common/TopBar.vue'
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 3: Commit**
|
|
|
+- [x] **Step 3: Commit**
|
|
|
|
|
|
```bash
|
|
|
git add src/components/home/SalesHome.vue
|