feat: 添加需求汇总详情

This commit is contained in:
wenhua
2024-07-07 00:56:20 +08:00
parent 10e5db2cd6
commit 9b19de0ff9

View File

@@ -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',