Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
91cbc84b
Commit
91cbc84b
authored
Apr 20, 2020
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台活动订单列表
parent
8c63caac
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
562 additions
and
1 deletion
+562
-1
orderActive.js
src/api/order/orderActive.js
+9
-0
index.js
src/router/index.js
+7
-1
index.vue
src/views/order/orderActiveInfo/index.vue
+546
-0
No files found.
src/api/order/orderActive.js
0 → 100644
View file @
91cbc84b
import
fetch
from
'utils/fetch'
;
export
function
page
(
query
)
{
return
fetch
({
url
:
'/api/order/order/activity/getAll'
,
method
:
'get'
,
params
:
query
});
}
\ No newline at end of file
src/router/index.js
View file @
91cbc84b
...
...
@@ -483,7 +483,13 @@ export const asyncRouterMap = [{
component
:
_import
(
'order/createOrder/index'
),
name
:
'创建租车订单'
,
authority
:
'createOrder'
}
},
{
path
:
'orderActiveInfo'
,
component
:
_import
(
'order/orderActiveInfo/index'
),
name
:
'活动订单管理'
,
authority
:
'orderActiveInfo'
},
]
},
{
...
...
src/views/order/orderActiveInfo/index.vue
0 → 100644
View file @
91cbc84b
This diff is collapsed.
Click to expand it.
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