添加审批按钮
This commit is contained in:
@@ -737,6 +737,14 @@ const routes = [
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},{
|
||||
path: '/bzpgStep8-2',
|
||||
name: 'bzpgStep8-2',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step8-2.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准合规评估流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/xmpgStep1',
|
||||
@@ -1536,6 +1544,14 @@ const routes = [
|
||||
requireAuth: true,
|
||||
title: '标准调研流程'
|
||||
}
|
||||
},{
|
||||
path: '/bzzqyjStep5-1',
|
||||
name: 'bzzqyjStep5-1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzzqyj/step5-1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准调研流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzzqyjStep8',
|
||||
@@ -1652,6 +1668,15 @@ const routes = [
|
||||
title: '标准调研流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzdyStep5-1',
|
||||
name: 'bzdyStep5-1',
|
||||
component: () => import('@/pages/processCenter/pages/creatProcess/bzdy/step5-1.vue'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '标准调研流程'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/bzdyStep6',
|
||||
name: 'bzdyStep6',
|
||||
|
||||
Reference in New Issue
Block a user