政策征求意见流程 - 审批节点 - 手机端适配

This commit is contained in:
yanyizhou
2021-12-09 15:03:20 +08:00
parent 13df13dfad
commit b868fc34f1
7 changed files with 3123 additions and 0 deletions
+60
View File
@@ -2094,6 +2094,66 @@ const routes = [
title: '未符合项整改流程'
}
},
{
path: '/phoneZczqyjStep4',
name: 'phoneZczqyjStep4',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step4.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/phoneZczqyjStep5',
name: 'phoneZczqyjStep5',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step5.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/phoneZczqyjStep6',
name: 'phoneZczqyjStep6',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step6.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/phoneZczqyjStep7',
name: 'phoneZczqyjStep7',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step7.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/phoneZczqyjStep8',
name: 'phoneZczqyjStep8',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step8.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/phoneZczqyjStep9',
name: 'phoneZczqyjStep9',
component: () => import('@/pages/processCenter/pages/phone/zczqyj/step9.vue'),
meta: {
isBoolean: true,
requireAuth: true,
title: '政策征求意见流程'
}
},
]
},