• This project
    • Loading...
  • Sign in

Hooke / muse-ui-test

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • muse-ui-test
  • src
  • views
  • maintain
  • organization.vue
  • hookehuyr's avatar
    add 开发页面 · fa8d967f
    fa8d967f
    hookehuyr authored 2019-05-28 11:04:11 +0800
organization.vue 274 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template lang="html">
  <div class="">
    "管理培训机构相关信息
对机构信息可以实现增删改操作;
对机构信息可以搜索机构名称进行查询;"
  </div>
</template>

<script>
export default {
}
</script>

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