未符合项整改
This commit is contained in:
@@ -726,6 +726,30 @@ const routes = [
|
||||
title: '未符合项跟踪历史数据'
|
||||
}
|
||||
},
|
||||
// 未符合项跟踪 - 事业部历史数据
|
||||
{
|
||||
path: '/businessDetails',
|
||||
name: 'BusinessDetails',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/nonConfomity/pages/businessDetails'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
parentPath: '/businessDetails',
|
||||
title: '事业部历史数据'
|
||||
}
|
||||
},
|
||||
// 未符合项跟踪 - 产品规划部历史数据
|
||||
{
|
||||
path: '/productDetails',
|
||||
name: 'ProductDetails',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/nonConfomity/pages/productDetails'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
parentPath: '/productDetails',
|
||||
title: '产品规划部历史数据'
|
||||
}
|
||||
},
|
||||
// 企标备案
|
||||
{
|
||||
path: '/enterpriseStandardFiling',
|
||||
|
||||
Reference in New Issue
Block a user