VehicleController 新增 GET /vehicle/simple-list,返回 { value, label } 列表VehicleService 添加 simpleList() 查询方法mvn compile 或 IDE 构建)TopBar 默认 showBack 改为 falseTopBar 使用处,为非 tab 页面补充 :showBack="true"(如需要)TaskListView 中发布/新增按钮是否正确置于 TopBar right slotCapsuleSafeArea 包裹 right slot 且安全间距生效src/api/schedule.ts 中 createSchedule 参数以匹配后端 DispatchSchedulesrc/api/vehicle.ts,使用 /vehicle/simple-list 获取车辆下拉ScheduleView 中实现新增排班弹窗/表单(班组、日期、班次类型、车辆、人员、备注)month_plan/emergencyPOST /scheduleonShow 中显式调用 getTabBar().setData({ selected })custom-tab-bar/index.js 中 selected 响应式更新ProfileView 登出顺序:先 uni.reLaunch 到登录页,再执行清理逻辑uni.showToast,确保页面切换动画流畅npm run type-check 无错误npm run build:mp-weixin 无错误