feat: 完成上传数据页面

This commit is contained in:
mengke
2026-03-02 19:18:45 +08:00
parent 7d1ab61705
commit c6d5063c8d
6 changed files with 1612 additions and 76 deletions

View File

@@ -70,6 +70,13 @@ export const constantRoutes = [
component: () => import('@/views/ccdiProject/index'),
name: 'CcdiProject',
meta: { title: '初核项目管理', icon: 'dashboard', affix: true }
},
{
path: 'ccdiProject/detail/:projectId',
component: () => import('@/views/ccdiProject/detail'),
name: 'ProjectDetail',
hidden: true,
meta: { title: '项目详情', noCache: true }
}
]
},