jhbigscreen/src/pages/safe/personnelPosition.vue

31 lines
390 B
Vue
Raw Normal View History

2024-03-09 01:14:29 +08:00
<template>
2024-03-10 00:34:11 +08:00
<div class="project-personnel-position">
2024-03-09 01:14:29 +08:00
<!-- -->
</div>
</template>
<script>
export default {
//人员定位
2024-03-10 00:34:11 +08:00
name: 'JhbigscreenPersonnelPosition',
2024-03-09 01:14:29 +08:00
data() {
return {
};
},
mounted() {
},
methods: {
},
};
2024-03-10 00:34:11 +08:00
</script>
<style lang="less">
.project-personnel-position{
}
</style>