Files

7 lines
189 B
Vue

<template>
<report-excel keyType="monthlyReport" />
</template>
<script setup>
import ReportExcel from '../../../components/ReportExcel.vue'
</script>
<style scoped lang="scss"></style>