编写登录页面,首页面,入库页面,样式修改,扫码功能实现

This commit is contained in:
赵正易
2024-03-12 17:41:00 +08:00
parent 504e33d447
commit b58b954436
28 changed files with 616 additions and 2025 deletions

View File

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