Files

7 lines
219 B
Vue
Raw Permalink Normal View History

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