修改相关人员名单;

2.布局握手流程
This commit is contained in:
qq787203167
2022-04-22 10:34:26 +08:00
parent 5d5f7b752c
commit 0e21c294a2
7 changed files with 149 additions and 38 deletions
@@ -0,0 +1,21 @@
<template>
<div>
<headerProcess
:title="'工程接口人确认符合性要求'"
/>
</div>
</template>
<script>
import headerProcess from '../../components/headerProcess'
export default {
name: 'handshakeProcess',
components:{
headerProcess
},
}
</script>
<style scoped>
</style>