12.26 监控大屏

This commit is contained in:
jl-zhoujl2
2022-12-26 09:01:17 +08:00
parent d9a5f4c951
commit e30573e862
27 changed files with 3655 additions and 1 deletions

View File

@ -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',