采购联系单

This commit is contained in:
Teo
2025-08-14 16:40:32 +08:00
parent 062fa5b080
commit 459396080b
9 changed files with 260 additions and 125 deletions

View File

@ -0,0 +1,16 @@
<template>
<div>init</div>
</template>
<script lang="ts">
import { defineComponent } from 'vue';
export default defineComponent({
setup() {
// todo
return {};
}
});
</script>
<style lang="stylus" scoped></style>