18 lines
461 B
TypeScript
18 lines
461 B
TypeScript
|
|
export default [
|
|
|
|
{//初审-有限数量制配置
|
|
path: '/ProjectLayout/FirstLimited',
|
|
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/firstBX.tsx'
|
|
},
|
|
|
|
{//详审配置-比选无报价
|
|
path: '/ProjectLayout/ZBiXuan/Detailed',
|
|
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/detailedBX.tsx'
|
|
},
|
|
{//报价评审配置
|
|
path: '/ProjectLayout/offerEva',
|
|
component: './ZBiXuan/EvaluationRoom/Config/Offer'
|
|
},
|
|
];
|