Logo white

webapp / GreenwayWeb

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • GreenwayWeb
  • merchant-web-master - 副本
  • src
  • views
  • customer
  • addCustomer.vue
  • '最新'
    b7023175
    杨鑫 authored
    2025-01-03 18:47:37 +0800  
    Browse Code »
addCustomer.vue 147 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
<template>
  <div>addCustomer</div>
</template>

<script>
export default {
  name: 'AddCustomer'
}
</script>

<style lang="scss" scoped>

</style>