lanan-system-vue/src/views/repair/Components/PartCreate.vue

24 lines
229 B
Vue
Raw Normal View History

2024-09-11 18:49:43 +08:00
<template>
<div class="app-container">
商品新增
</div>
</template>
<script>
export default {
name: "PartCreate",
data(){
return{
}
},
methods:{
}
}
</script>
<style scoped lang="scss">
</style>