7 lines
186 B
Vue
7 lines
186 B
Vue
<template>
|
|
<report-excel keyType="companyReport" />
|
|
</template>
|
|
<script setup>
|
|
import ReportExcel from '../../components/ReportExcel.vue'
|
|
</script>
|
|
<style scoped lang="scss"></style> |