jhbigscreen/src/pages/safe/excavation.vue

26 lines
279 B
Vue
Raw Normal View History

2024-03-09 01:14:29 +08:00
<template>
<div>
<!-- -->
</div>
</template>
<script>
export default {
//基坑
name: 'JhbigscreenTowerCrane',
data() {
return {
};
},
mounted() {
},
methods: {
},
};
</script>