司机管理模块,开票通知模块

This commit is contained in:
2023-08-18 14:52:29 +08:00
parent 1a119820dd
commit 90e3353058
17 changed files with 701 additions and 232 deletions

View File

@ -108,7 +108,7 @@ const routes = [
name: 'driverAdd',
component:()=>import('@/views/index/driverAdd'),
meta: {
name:'司机新增或修改'
title:'司机新增或修改'
}
}
]