export default [ { path: '/flowURLForm/QualificationSignup', name: 'QualificationSignup', props: true, component: () => import('@/components/flowURLForm/QualificationSignup.vue') }, // 采购申请 { path: '/flowURLForm/applicationDocument', name: 'applicationDocument', props: true, component: () => import('@/components/flowURLForm/applicationDocument.vue') }, // 采购立项 { path: '/flowURLForm/projectProposal', name: 'projectProposal', props: true, component: () => import('@/components/flowURLForm/projectProposal.vue') }, // 采购定标 { path: '/flowURLForm/calibrationProcess', name: 'calibrationProcess', props: true, component: () => import('@/components/flowURLForm/calibrationProcess.vue') }, // 供应商准入审核 { path: '/flowURLForm/admissionProcess', name: 'admissionProcess', props: true, component: () => import('@/components/flowURLForm/admissionProcess.vue') }, // 合同签订审核 { path: '/flowURLForm/contractReview', name: 'contractReview', props: true, component: () => import('@/components/flowURLForm/contractReview.vue') } ]