mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 03:45:07 +08:00
✨ CRM:完善回款的详情
This commit is contained in:
@ -546,10 +546,21 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
title: '回款计划详情',
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
activeMenu: '/crm/contract'
|
||||
activeMenu: '/crm/receivable-plan'
|
||||
},
|
||||
component: () => import('@/views/crm/receivable/plan/detail/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'receivable/detail/:id',
|
||||
name: 'CrmReceivableDetail',
|
||||
meta: {
|
||||
title: '回款详情',
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
activeMenu: '/crm/receivable'
|
||||
},
|
||||
component: () => import('@/views/crm/receivable/detail/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'contact/detail/:id',
|
||||
name: 'CrmContactDetail',
|
||||
|
Reference in New Issue
Block a user