Files
learning-system-portal/src/views/course/MyApplys.vue
2022-05-29 18:56:34 +08:00

18 lines
456 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div class="u-page">
<div style="text-align: center;padding-top: 100;">我的课程报名记录因为后续有课程报名的审核所以这里要学习报名记录当前状态都是已通过</div>
<Remark :fixed="false">
一期之后会有报名流程那时就会有报名不通过的记录了
</Remark>
</div>
</template>
<script>
export default {
name: 'courseIndex'
}
</script>
<style>
</style>