riku
2024-10-24 3d3e7f45086799fdd7a412e2079710a6cdf8dc2b
1
2
3
4
5
6
7
8
9
<template>
  <div>DailyReport</div>
</template>
 
<script>
export default {
  name: 'DailyReport',
};
</script>