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
36a7b8ca
Commit
36a7b8ca
authored
Apr 24, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
cac8dfc1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
964 additions
and
2 deletions
+964
-2
marketTracking.vue
src/pages/sale/marketTracking.vue
+955
-0
studentTracking.vue
src/pages/sale/studentTracking.vue
+2
-1
teacherTrack.vue
src/pages/teacher/teacherTrack.vue
+1
-0
routes.js
src/router/routes.js
+6
-1
No files found.
src/pages/sale/marketTracking.vue
0 → 100644
View file @
36a7b8ca
This diff is collapsed.
Click to expand it.
src/pages/sale/studentTracking.vue
View file @
36a7b8ca
...
@@ -460,7 +460,8 @@
...
@@ -460,7 +460,8 @@
CreateType
:
''
,
//客户来源
CreateType
:
''
,
//客户来源
StuChannel
:
""
,
//收客渠道
StuChannel
:
""
,
//收客渠道
StuSourceId
:
''
,
StuSourceId
:
''
,
StuPurpose
:
''
//学习目的
StuPurpose
:
''
,
//学习目的,
QueryTpye
:
1
,
},
},
//归属类型列表
//归属类型列表
BelongTypeList
:
[{
BelongTypeList
:
[{
...
...
src/pages/teacher/teacherTrack.vue
View file @
36a7b8ca
...
@@ -409,6 +409,7 @@
...
@@ -409,6 +409,7 @@
StuSourceId
:
''
,
StuSourceId
:
''
,
StuPurpose
:
''
,
//学习目的
StuPurpose
:
''
,
//学习目的
HeadTeacherId
:
''
,
//老师
HeadTeacherId
:
''
,
//老师
QueryTpye
:
2
,
},
},
//归属类型列表
//归属类型列表
BelongTypeList
:
[{
BelongTypeList
:
[{
...
...
src/router/routes.js
View file @
36a7b8ca
...
@@ -1236,10 +1236,15 @@ const routes = [{
...
@@ -1236,10 +1236,15 @@ const routes = [{
import
(
"pages/sale/AudiopaymentDetail.vue"
)
import
(
"pages/sale/AudiopaymentDetail.vue"
)
},
},
{
{
path
:
"/sale/studentTracking"
,
//学员跟踪分页列表
path
:
"/sale/studentTracking"
,
//学员跟踪分页列表
【课程顾问部使用】
component
:
()
=>
component
:
()
=>
import
(
"pages/sale/studentTracking.vue"
)
import
(
"pages/sale/studentTracking.vue"
)
},
},
{
path
:
"/sale/marketTracking"
,
//学员跟踪分页列表【市场部使用】
component
:
()
=>
import
(
"pages/sale/marketTracking.vue"
)
},
{
{
path
:
"/sale/guestConsultation"
,
//客人咨询分页列表
path
:
"/sale/guestConsultation"
,
//客人咨询分页列表
component
:
()
=>
component
:
()
=>
...
...
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