Files
hazardousWaste_app/pages/warehousing/Report/monthly.vue

7 lines
221 B
Vue
Raw Normal View History

2026-04-23 14:35:54 +08:00
<template>
<choose-list :isWarehousing="true" :pathParams="{ type: 'monthlyReport' }" />
</template>
<script setup>
import ChooseList from '../../components/ChooseList.vue'
</script>
<style lang="sass" scoped></style>