feat: 添加需求汇总详情
This commit is contained in:
@@ -165,6 +165,16 @@ const router = createRouter({
|
||||
breadcrumb: false
|
||||
}
|
||||
},
|
||||
// 需求汇总详情
|
||||
{
|
||||
path: '/project/demand/summary/summary/detail',
|
||||
name: 'Summary/detail',
|
||||
component: () => import('@/views/project-demand/summary/detail.vue'),
|
||||
meta: {
|
||||
title: '需求汇总-详情',
|
||||
breadcrumb: false
|
||||
}
|
||||
},
|
||||
// 专项资金详情
|
||||
{
|
||||
path: '/special/fund/fund/detail',
|
||||
|
||||
Reference in New Issue
Block a user