3.10 工程代码同步master

This commit is contained in:
jl-zhoujl2
2022-03-10 14:24:13 +08:00
parent 41ab55a4ac
commit 62f6b07ee2
914 changed files with 143121 additions and 29110 deletions

View File

@ -0,0 +1,36 @@
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'
}
];