项目建档:列表页、新建、查看

This commit is contained in:
lix
2025-06-12 17:16:06 +08:00
parent 1b8ef1b5e2
commit 94222c2b89
10 changed files with 1486 additions and 1 deletions

View File

@ -121,6 +121,19 @@ export default [
path: '/ToAgencyAgent',
component: './Agency/AgencyManager/agentIndex',
},
/**
* 项目建档
*/
{
// 项目建档列表
path: '/ProjectFiles',
component: './ProjectFiles',
},
{
// 项目建档新增
path: '/ProjectFiles/file',
component: './ProjectFiles/file',
},
//==============================================================引入的业务路由
...approvalForm,//审批单
...juryRoom,//评标室内所有路由