Files
shanghaiganxiangtuzhuangwor…/pages/outWarehouse/outWarehouse.vue

24 lines
195 B
Vue
Raw Normal View History

<template>
<view class="content">
出库
</view>
</template>
<script>
// 出库
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>