Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • views
  • businessHandling
  • apply.vue
  • 任超's avatar
    业务申请 · a1f1df56
    a1f1df56 Browse Files
    任超 committed 2022-08-08 14:19:05 +0800
apply.vue 227 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template>
  <div>
    22222222222222
  </div>
</template>
<script>
export default {
  components: {},
  props: {},
  name: '该组件名称',
  data () {
    return {

    };
  }
}
</script>
<style scoped lang='scss'>
</style>