• 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
  • order.vue
  • hookehuyr's avatar
    add 开发页面 · fa8d967f
    fa8d967f
    hookehuyr authored 2019-05-28 11:04:11 +0800
order.vue 307 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<template lang="html">
  <div class="">
    "管理订单,订单状态及查询功能
    对应支付订单;
    可以实现查找;
    更新订单状态;
    可以通过搜索功能查找订单;"
  </div>
</template>

<script>
export default {
}
</script>

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