项目建档:列表页、新建、查看
This commit is contained in:
@ -121,6 +121,19 @@ export default [
|
||||
path: '/ToAgencyAgent',
|
||||
component: './Agency/AgencyManager/agentIndex',
|
||||
},
|
||||
/**
|
||||
* 项目建档
|
||||
*/
|
||||
{
|
||||
// 项目建档列表
|
||||
path: '/ProjectFiles',
|
||||
component: './ProjectFiles',
|
||||
},
|
||||
{
|
||||
// 项目建档新增
|
||||
path: '/ProjectFiles/file',
|
||||
component: './ProjectFiles/file',
|
||||
},
|
||||
//==============================================================引入的业务路由
|
||||
...approvalForm,//审批单
|
||||
...juryRoom,//评标室内所有路由
|
||||
|
Reference in New Issue
Block a user