rt-sim-training-client/src/views/approval/lesson/detail.vue

33 lines
392 B
Vue
Raw Normal View History

2019-10-10 13:56:33 +08:00
<template>
<div>
<QueryListPage></QueryListPage>
</div>
</template>
<script>
export default {
name: 'LessonApprovalDetail',
components: {
},
watch: {
},
data() {
},
created() {
},
mounted() {
},
beforeDestroy(){
},
methods: {
}
}
</script>