jiangping
2023-08-11 f562c1e1c3436ceefda0209cf10f9debe185be85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
    <div class="page">
        新增出库
    </div>
</template>
 
<script setup lang="ts">
 
</script>
 
<style lang="scss" scoped>
.page {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #F7F7F7;
}
</style>