Files
fe_service_ebtp_frontend/config/TanPan/router_tanpan.ts

37 lines
1.2 KiB
TypeScript
Raw Normal View History

2022-03-10 14:24:13 +08:00
export default [
{//初审配置(除了招标、比选有限数量制都用)
path: '/ProjectLayout/First',
component: './Bid/ReviewConfig/Config/components/firstMain.tsx'
},
{//详审配置(除了招标、比选有限数量制都用)
path: '/ProjectLayout/Detailed',
component: './Bid/ReviewConfig/Config/components/detailedMain.tsx'
},
{//唱价配置(谈判、比选)
path: '/ProjectLayout/PriceAllocation',
component: './ZTanPan/RoomConfig/Config/PriceAllocation'
},
{//报价应答格式配置
path: '/ProjectLayout/Offer',
component: './ZTanPan/RoomConfig/Config/Offer/BiddingOpenList.tsx'
},
{//应答文件配置
path: '/ProjectLayout/Other',
component: './ZTanPan/RoomConfig/Config/Other/EditResponseFormat/EditResponseFormat.tsx'
},
{//应答文件配置
path: '/ProjectLayout/File',
component: './ZTanPan/RoomConfig/Config/File/'
},
{//在线谈配置、询价唱价配置
path: '/ProjectLayout/Talk',
component: './ZTanPan/RoomConfig/Config/Talk/'
},
{//单一来源简化流程 选择供应商及上传应答文件
path: '/ProjectLayout/SimpleUpload',
component: './BidEvaluation/components/simpleUpload'
2022-03-10 14:24:13 +08:00
}
];