暂无商机记录
添加商机跟单
+{{ isEdit ? '编辑商机跟单' : '添加商机跟单' }}
BUSINESS OPPORTUNITY暂无工作计划
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index f3893cc..e8f2bf6 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -39,8 +39,11 @@ const router = createRouter({
{ path: 'visit/new', name: 'VisitForm', component: () => import('@/views/mobile/VisitForm.vue') },
{ path: 'visit/:id/edit', name: 'VisitEdit', component: () => import('@/views/mobile/VisitForm.vue') },
{ path: 'work-plan/new', name: 'WorkPlanForm', component: () => import('@/views/mobile/WorkPlanForm.vue') },
+ { path: 'work-plan/:id/edit', name: 'WorkPlanEdit', component: () => import('@/views/mobile/WorkPlanForm.vue') },
{ path: 'mini-biz/new', name: 'MiniBusinessForm', component: () => import('@/views/mobile/MiniBusinessForm.vue') },
+ { path: 'mini-biz/:id/edit', name: 'MiniBusinessEdit', component: () => import('@/views/mobile/MiniBusinessForm.vue') },
{ path: 'key-visit/new', name: 'KeyVisitForm', component: () => import('@/views/mobile/KeyVisitForm.vue') },
+ { path: 'key-visit/:id/edit', name: 'KeyVisitEdit', component: () => import('@/views/mobile/KeyVisitForm.vue') },
{ path: 'note/new', name: 'DailyNoteForm', component: () => import('@/views/mobile/DailyNoteForm.vue') },
{ path: 'note/:id/edit', name: 'DailyNoteEdit', component: () => import('@/views/mobile/DailyNoteForm.vue') },
{ path: 'plans', name: 'PlansList', component: () => import('@/views/mobile/PlansList.vue') },
diff --git a/frontend/src/views/mobile/KeyVisitForm.vue b/frontend/src/views/mobile/KeyVisitForm.vue
index 2aff126..16a8659 100644
--- a/frontend/src/views/mobile/KeyVisitForm.vue
+++ b/frontend/src/views/mobile/KeyVisitForm.vue
@@ -1,14 +1,16 @@
@@ -105,7 +129,7 @@ async function handleSubmit() {
添加要客拜访
+ {{ isEdit ? '编辑要客拜访' : '添加要客拜访' }}
KEY VISIT PLAN
暂不要客记录
暂无商机记录
暂无工作计划