12.26 监控大屏
This commit is contained in:
@ -19,6 +19,35 @@ export const monitorScreen = [
|
||||
},
|
||||
]
|
||||
|
||||
export const monitor = [
|
||||
//监控
|
||||
{
|
||||
path: '/ElecMonitor',
|
||||
routes: [
|
||||
{//监控首页
|
||||
path: '/ElecMonitor/Home',
|
||||
component: './ElecEvaluation/Monitor/Home',
|
||||
},
|
||||
{//异常监控
|
||||
path: '/ElecMonitor/Exception',
|
||||
component: './ElecEvaluation/Monitor/Exception',
|
||||
},
|
||||
{//招标代理机构概况
|
||||
path: '/ElecMonitor/TenderAgent',
|
||||
component: './ElecEvaluation/Monitor/TenderAgent',
|
||||
},
|
||||
{//供应商概况
|
||||
path: '/ElecMonitor/Supplier',
|
||||
component: './ElecEvaluation/Monitor/Supplier',
|
||||
},
|
||||
{//今日开标
|
||||
path: '/ElecMonitor/OpenToday',
|
||||
component: './ElecEvaluation/Monitor/OpenToday',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
export const elecBidEvaluation = [
|
||||
{
|
||||
path: '/ElecEvaluation',
|
||||
|
Reference in New Issue
Block a user