Files
fe_service_ebtp_frontend/config/router_xsy.config.ts
2020-12-23 11:14:35 +08:00

50 lines
2.0 KiB
TypeScript

export default [
// {
// name: 'entrust',
// icon: 'form',
// path: '/Project/EntrustAssign/index',
// component: './Project/EntrustAssign/index',
// },
{
name: 'finance',
icon: 'MoneyCollectOutlined',
path: '/Finance/',
routes: [
{ name: 'shopping', path: '/Finance/shopping', component: './Finance/ShoppingCart/index' },
{ name: 'cost', path: '/Finance/cost', component: './Finance/Cost/index' },
{ name: 'invoice', path: '/Finance/invoice', component: './Finance/Invoice/index' },
{ name: 'earnest', path: '/Finance/earnest', component: './Finance/Earnest/index' },
]
},
{
name: 'bidOpening',
icon: 'UsbOutlined',
path: '/Opening/',
routes: [
{ name: 'openList', path: '/Opening/ProjectManager/openList', component: './Opening/ProjectManager/OpenList/index' },
]
},
{
name: 'reviewConfig',
icon: 'SettingOutlined',
path: '/Bid/ReviewConfig/',
routes: [
{ name: 'list', path: '/Bid/ReviewConfig/list', component: './Bid/ReviewConfig/List/index' },
{ path: '/Bid/ReviewConfig/config', component: './Bid/ReviewConfig/Config/index' },
{ name: 'fileConfig', path: '/Bid/ReviewConfig/fileConfig', component: './Bid/ReviewConfig/FileConfig/index' },
{ name: 'singConfig', path: '/Bid/ReviewConfig/singConfig', component: './Bid/ReviewConfig/SingConfig/index' },
{ name: 'offerConfig', path: '/Bid/ReviewConfig/offerConfig', component: './Bid/ReviewConfig/OfferConfig/index' },
{ name: 'costConfig', path: '/Bid/ReviewConfig/costConfig', component: './Bid/ReviewConfig/CostConfig/cost' },
]
},
{
name: 'judgingPanel',
icon: 'SettingOutlined',
path: '/Tender/ProjectManager/JudgingPanel/',
routes: [
{ name: 'list', path: '/Tender/ProjectManager/JudgingPanel/list', component: './Tender/ProjectManager/JudgingPanel/List/index' },
// { path: '/JudgingPanel/member', component: './JudgingPanel/Member/index' }
],
},
{name: 'sectionInfo',path: '/section/sectionsInfo', component: './sectionInfo/index'}
];