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
  • zhcx
  • djbcx
  • components
  • cfdj.vue
  • 吴蕾's avatar
    登记簿弹窗样式编写 · 4d6dfe6f
    4d6dfe6f Browse Directory
    吴蕾 committed 2022-08-22 17:35:19 +0800
cfdj.vue 173 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
  <div>查封登记</div>
</template>

<script>
export default {
  name: "cfdj",
  data() {
    return {};
  },
};
</script>

<style lang="scss" scoped>
</style>