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
7669b11b
Commit
7669b11b
authored
Jul 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b3f66f8b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
982 additions
and
1 deletion
+982
-1
activeOrder-form.vue
src/components/sale/activeOrder-form.vue
+485
-0
activeOrderList.vue
src/pages/sale/activeOrderList.vue
+0
-0
activityList.vue
src/pages/sale/activityList.vue
+491
-0
routes.js
src/router/routes.js
+6
-1
No files found.
src/components/sale/activeOrder-form.vue
0 → 100644
View file @
7669b11b
This diff is collapsed.
Click to expand it.
src/pages/sale/activeOrderList.vue
0 → 100644
View file @
7669b11b
src/pages/sale/activityList.vue
0 → 100644
View file @
7669b11b
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
7669b11b
...
...
@@ -258,7 +258,7 @@ const routes = [{
component
:
()
=>
import
(
"pages/financial/saleAchievementsRank.vue"
)
},
{
path
:
"/financial/studentsClassfee"
,
//学生课耗明细列表
component
:
()
=>
...
...
@@ -671,6 +671,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/sale/visitorRegistrat.vue"
)
},
{
path
:
"/sale/activityList"
,
//销售 活动列表
component
:
()
=>
import
(
"pages/sale/activityList.vue"
)
},
{
path
:
"/activity/activeType"
,
//活动 活动类型
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