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 @@
<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-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>
</template>
<!-- 订单 -->
<template v-if="ckedTab==3">
<student-order :save-obj="baseObj"></student-order>
</template>
<!-- 合同 -->
<template v-if="ckedTab==4">
<student-hetong :save-obj="baseObj"></student-hetong>
</template>
</div>
</div>
......@@ -78,7 +78,9 @@
import studentVisit from '../student/student-visit';
import studentYuefang from '../student/student-yuefang';
import studentGenjin from '../student/student-genjin';
import studentShiting from '../student/student-shiting';
import studentHetong from '../student/student-hetong';
import studentOrder from '../student/student-order';
export default {
meta: {
title: "学员管理"
......@@ -89,7 +91,9 @@
studentVisit,
studentYuefang,
studentGenjin,
studentHetong
studentShiting,
studentHetong,
studentOrder
},
props: {
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