Commit e9635060 authored by zhengke's avatar zhengke

修改

parent e4a13a24
This diff is collapsed.
......@@ -187,7 +187,7 @@
</template>
<template v-if="tabCheck=='second'">
<div>
<classFee></classFee>
</div>
</template>
</div>
......@@ -204,9 +204,13 @@
GetClassTypePageList
} from '../../api/system/index';
import classFee from '../../components/course/classFee'
export default {
props: {},
components: {},
components: {
classFee
},
data() {
return {
tabCheck: 'first', //默认选第一个
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment