Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • views
  • examinationPaper
  • recycle.vue
  • 答题卡列表页
    65f592b6
    梁保满 authored
    2022-12-05 10:35:42 +0800  
    Browse Code »
recycle.vue 206 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template>
  <div>
     <back-box>
      <template slot="title">
        <span>归档</span>
      </template>
    </back-box>
  </div>
</template>

<script>
export default {

}
</script>

<style>

</style>