Commit e9635060 authored by zhengke's avatar zhengke

修改

parent e4a13a24
This diff is collapsed.
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
</template> </template>
<template v-if="tabCheck=='second'"> <template v-if="tabCheck=='second'">
<div> <div>
<classFee></classFee>
</div> </div>
</template> </template>
</div> </div>
...@@ -204,9 +204,13 @@ ...@@ -204,9 +204,13 @@
GetClassTypePageList GetClassTypePageList
} from '../../api/system/index'; } from '../../api/system/index';
import classFee from '../../components/course/classFee'
export default { export default {
props: {}, props: {},
components: {}, components: {
classFee
},
data() { data() {
return { return {
tabCheck: 'first', //默认选第一个 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