riku
2024-04-25 743044407e35a10ff824ef18cb883ac2b66e2d12
1
2
3
4
5
6
7
8
9
<template>
  <div>ConstructionReport</div>
</template>
 
<script>
export default {
  name: 'ConstructionReport',
};
</script>