添加零部件编号申请模块
This commit is contained in:
@@ -1097,6 +1097,18 @@ const routes = [
|
||||
menuId: 'A59EFAQ7AC'
|
||||
}
|
||||
},
|
||||
//零部件编号申请
|
||||
{
|
||||
path: '/partCodeApply',
|
||||
name: 'partCodeApply',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/partCodeApply/index'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '零部件编号申请',
|
||||
menuId: ''
|
||||
}
|
||||
},
|
||||
//标准法规工作组数据统计
|
||||
{
|
||||
path: '/dataStatisComments',
|
||||
|
||||
Reference in New Issue
Block a user