Commit 8500d838 authored by zhengke's avatar zhengke

1

parent 6fd60e3a
<template>
<div>
订单
</div>
</template>
\ No newline at end of file
<template>
<div>
试听
</div>
</template>
\ No newline at end of file
...@@ -49,16 +49,16 @@ ...@@ -49,16 +49,16 @@
<student-visit :save-obj="baseObj" :StuId="baseObj.StuId" v-if="secondType==1"></student-visit> <student-visit :save-obj="baseObj" :StuId="baseObj.StuId" v-if="secondType==1"></student-visit>
<student-yuefang :save-obj="baseObj" v-if="secondType==2"></student-yuefang> <student-yuefang :save-obj="baseObj" v-if="secondType==2"></student-yuefang>
<student-genjin :save-obj="baseObj" v-if="secondType==3"></student-genjin> <student-genjin :save-obj="baseObj" v-if="secondType==3"></student-genjin>
<student-hetong :save-obj="baseObj" v-if="secondType==4"></student-hetong> <student-shiting :save-obj="baseObj" v-if="secondType==4"></student-shiting>
</div> </div>
</template> </template>
<!-- 订单 --> <!-- 订单 -->
<template v-if="ckedTab==3"> <template v-if="ckedTab==3">
<student-order :save-obj="baseObj"></student-order>
</template> </template>
<!-- 合同 --> <!-- 合同 -->
<template v-if="ckedTab==4"> <template v-if="ckedTab==4">
<student-hetong :save-obj="baseObj"></student-hetong>
</template> </template>
</div> </div>
</div> </div>
...@@ -78,7 +78,9 @@ ...@@ -78,7 +78,9 @@
import studentVisit from '../student/student-visit'; import studentVisit from '../student/student-visit';
import studentYuefang from '../student/student-yuefang'; import studentYuefang from '../student/student-yuefang';
import studentGenjin from '../student/student-genjin'; import studentGenjin from '../student/student-genjin';
import studentShiting from '../student/student-shiting';
import studentHetong from '../student/student-hetong'; import studentHetong from '../student/student-hetong';
import studentOrder from '../student/student-order';
export default { export default {
meta: { meta: {
title: "学员管理" title: "学员管理"
...@@ -89,7 +91,9 @@ ...@@ -89,7 +91,9 @@
studentVisit, studentVisit,
studentYuefang, studentYuefang,
studentGenjin, studentGenjin,
studentHetong studentShiting,
studentHetong,
studentOrder
}, },
props: { props: {
saveObj: { saveObj: {
......
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