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
  • ywbl
  • fqsq
  • components
  • clxxAddDialog.vue
  • 吴蕾's avatar
    材料信息样式编写 · f41be3ee
    f41be3ee Browse Files
    吴蕾 committed 2022-09-07 17:33:18 +0800
clxxAddDialog.vue 230 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<template>
  <dialogBox title="新建材料信息" width="60%">

  </dialogBox>
</template>

<script>
export default {
  props: {

  },

  data () {
    return {}
  },
  methods: {}
}
</script>
<style scoped lang="scss">
</style>