riku
2023-12-18 356f54467f525f437f41271fb62f6be66f2ab1e5
1
2
3
4
5
6
7
8
9
<template>
  <div>ConstructionReport</div>
</template>
 
<script>
export default {
  name: 'ConstructionReport',
};
</script>