添加审批按钮

This commit is contained in:
zyn
2022-12-13 15:12:46 +08:00
parent 45444a5c75
commit 9addec248c
5 changed files with 2264 additions and 0 deletions
+25
View File
@@ -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',