|
<template>
|
|
<div class="project-personnel-position">
|
|
<!-- -->
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
//人员定位
|
|
name: 'JhbigscreenPersonnelPosition',
|
|
|
|
data() {
|
|
return {
|
|
|
|
};
|
|
},
|
|
|
|
mounted() {
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
},
|
|
};
|
|
</script>
|
|
<style lang="less">
|
|
.project-personnel-position{
|
|
|
|
}
|
|
</style> |