2025-08-11 09:37:28 +08:00
|
|
|
<template>
|
2025-08-11 16:17:27 +08:00
|
|
|
<StockIoPage ioType="transfer" />
|
2025-08-11 09:37:28 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import StockIoPage from './panels/stockIoPage.vue';
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
components: {
|
|
|
|
|
StockIoPage
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|