task#15638,增加 电瓶进销存

This commit is contained in:
2024-10-21 09:47:12 +08:00
parent 343bccdcfa
commit 54b839fb0d
4 changed files with 210 additions and 0 deletions

View File

@ -215,6 +215,14 @@ const routes = [
title:'维保申请'
}
},
{
path: '/batteryList',
name: 'batteryList',
component:()=>import('@/views/battery/batteryList.vue'),
meta: {
title:'电瓶进销存'
}
},
...kpiRouter,
]