jhbigscreen/src/pages/safe/personnelPosition.vue

31 lines
390 B
Vue

<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>