Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
8500d838
Commit
8500d838
authored
Dec 10, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6fd60e3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
4 deletions
+18
-4
student-order.vue
src/components/school/student/student-order.vue
+5
-0
student-shiting.vue
src/components/school/student/student-shiting.vue
+5
-0
studentRight-form.vue
src/components/school/student/studentRight-form.vue
+8
-4
No files found.
src/components/school/student/student-order.vue
0 → 100644
View file @
8500d838
<
template
>
<div>
订单
</div>
</
template
>
\ No newline at end of file
src/components/school/student/student-shiting.vue
0 → 100644
View file @
8500d838
<
template
>
<div>
试听
</div>
</
template
>
\ No newline at end of file
src/components/school/student/studentRight-form.vue
View file @
8500d838
...
...
@@ -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-heto
ng>
<student-
shiting
:save-obj=
"baseObj"
v-if=
"secondType==4"
></student-shiti
ng>
</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
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment