光伏功能页面

This commit is contained in:
huangjp
2025-11-12 10:55:55 +08:00
parent d5c01162f6
commit 2ff46c5cbc
57 changed files with 12168 additions and 93 deletions

View File

@ -87,6 +87,12 @@ export const constantRoutes = [
name: 'new-screen-zz',
meta: { title: '管控大屏' }
},
{
path: '/new-screen-zz-pv',
component: () => import('@/views/new-screen-zz-pv/index.vue'),
name: 'new-screen-zz-pv',
meta: { title: '光伏大屏' }
},
{
path: '/dashboard-test',
component: Layout,
@ -99,6 +105,18 @@ export const constantRoutes = [
}
]
},
{
path: '/dashboard-pv',
component: Layout,
children: [
{
path: 'dashboard-pv',
component: () => import('@/views/dashboard-pv/index.vue'),
name: 'dashboard-pv',
meta: { title: 'dashboard-pv', icon: 'dashboard', affix: true }
}
]
},
{
path: '/dashboard-zhongzi',
component: Layout,

View File

@ -33,8 +33,13 @@ const revenueRouter = {
component: () => import('@/views/revenue-management/proxy-price/index.vue'),
name: 'proxy-price',
meta: { title: 'proxy-price' }
},
{
path: 'pv-earnings-statement',
component: () => import('@/views/revenue-management/pv-earnings-statement/index.vue'),
name: 'pv-earnings-statement',
meta: { title: '光伏收益报表' }
}
]
}