更新版本库

This commit is contained in:
ajaxfan
2021-01-16 11:29:42 +08:00
parent b42e0c1ddd
commit ff889c3db4
352 changed files with 39993 additions and 15507 deletions

View File

@ -5,46 +5,36 @@ export default [
// 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: '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: '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: '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'}
// {
// 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'}
];