Files
fe_service_ebtp_frontend/config/YuShen/router_yushen.ts

102 lines
3.3 KiB
TypeScript
Raw Normal View History

2022-03-10 14:24:13 +08:00
/**
*
*
* -
* -
*/
export default
[
//资审文件 资审邀请 项目经理
{
path: '/ProjectLayout/ZYuShen/senior/File',
component: './ZYuShen/Bid/BiddingAnnouncement/BiddingDocumentList',
},
//资审公告 资审邀请 项目经理
{
path: '/ProjectLayout/ZYuShen/senior/Notice',
component: './ZYuShen/Bid/BiddingAnnouncement/BiddingAnnouncementList',
},
//应答格式 资审邀请 项目经理
{
path: '/ProjectLayout/ZYuShen/biddingInvitation/responseFormat',
component: './Bid/ResponseFormat',
},
//费用设置 资审邀请 项目经理
{
path: '/ProjectLayout/ZYuShen/Bid/CostConfig',
component: './Bid/CostConfig'
},
//评标配置(评审配置) 资审邀请 项目经理
{
path: '/ProjectLayout/ZYuShen/Bid/ReviewConfig/List',
component: './Bid/ReviewConfig/List'
},
//购标应答情况(缴费应答情况) 资审发售 项目经理
{
path: '/ProjectLayout/ZYuShen/Tender/BiddingResponse',
component: './Tender/BiddingResponse'
},
//评委会设置 资审发售 项目经理
{
path: '/ProjectLayout/ZYuShen/Tender/ProjectManager/JudgingPanel',
component: './Tender/ProjectManager/JudgingPanel/List'
},
//澄清 资审发售 项目经理
{
path: '/ProjectLayout/ZYuShen/Tender/ProjectManager/ClarifyTheList',
component: './Tender/ProjectManager/ClarifyTheList'
},
//开标列表(开启列表) 资审开标 项目经理
{
path: '/ProjectLayout/ZYuShen/Opening',
component: './Opening/ProjectManager/OpenList/'
},
//评标室(评审室) 资审评标 项目经理
{
path: '/ProjectLayout/ZYuShen/BidEvaluation/manager',
component: './BidEvaluation/manager'
},
//资审结果 资审结果 项目经理
{
path: '/ProjectLayout/ZYuShen/Calibration/ProjectManager/ResultNotice',
component: './ZYuShen/Calibration/ProjectManager/ResultNotice',
},
//公告详情 资审公告 供应商
//同公开招标-资格后审
//购买资审文件 资审公告 供应商
{
path: '/ProjectLayout/ZYuShen/Tender/supplier/IParticipate',
component: './Tender/supplier/IParticipate',
},
//资审文件下载 资审公告 供应商
{
path: '/ProjectLayout/ZYuShen/Tender/supplier/DownloadPurchasingDocuments',
component: './Tender/supplier/DownloadPurchasingDocuments'
},
//上传资审申请文件 资审公告 供应商
{
path: '/ProjectLayout/ZYuShen/Tender/UploadResponse',
component: './Tender/UploadResponse'
},
//澄清回执 资审公告 供应商
{
path: '/ProjectLayout/ZYuShen/Tender/supplier/SupplierClarificationList',
component: './Tender/supplier/SupplierClarificationList'
},
//开标列表(开启列表) 资审开标 供应商
//同项目经理 开标列表(开启列表)
//评审室 资审评审 供应商
{
path: '/ProjectLayout/ZYuShen/BidEvaluation/supplier',
component: './BidEvaluation/supplier'
},
//资审结果通知书 资审结果 供应商
{
path: '/ProjectLayout/ZYuShen/Calibration/Supplier/ViewNotice',
component: './ZYuShen/Calibration/Supplier/ViewNotice',
},
]