feat:增加日程计划模块

This commit is contained in:
2026-06-04 18:30:13 +08:00
parent f7e98f2a28
commit 98f2842869
15 changed files with 328 additions and 331 deletions

View File

@@ -84,7 +84,7 @@ const props = defineProps({
const editPlanClick = async () => {
planStore.planApiType = 'UPDATE'
planStore.currentPlan = props.plan as IPlanInfo
await router.push({ name: 'MobileHomePlanDetailId', params: { id: planStore.currentPlan.id } })
await router.push({ name: 'PlanDetailId', params: { id: planStore.currentPlan.id } })
}
const changeCompleteEvent = (value: boolean) => {