代码提交

This commit is contained in:
stt
2025-10-11 09:45:25 +08:00
parent e7f7c8b537
commit ccf3bf27f4
10 changed files with 1524 additions and 0 deletions

View File

@@ -243,6 +243,26 @@ export const adminBaseRoute = {
}
]
},
{
path: 'BusinessAdministrator/TerminalManagement',
name: '变压器策略',
meta: {
title: pageTitle('runManage'),
icon: 'ep:management',
alwaysShow: true
},
children: [
{
path: 'addLedger',
component: () =>
import('@/views/pqs/business/terminal/transformerStrategy/components/addLedger.vue'),
name: '变压器台账配置',
meta: {
title: pageTitle('router.addLedger')
}
}
]
},
{
path: '/boX',
name: 'boX',
@@ -337,6 +357,7 @@ const staticRoutes: Array<RouteRecordRaw> = [
})
}
}
}
}
]