修改相关人员名单;
2.布局握手流程
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user