Files
hazardousWaste_app/pages/warehousing/Report/components/dailyDetail.vue

7 lines
187 B
Vue
Raw Normal View History

2026-04-23 14:35:54 +08:00
<template>
<report-excel keyType="dailyReport" />
</template>
<script setup>
import ReportExcel from '../../../components/ReportExcel.vue'
</script>
<style scoped lang="scss"></style>