Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
3c9e1a75
Commit
3c9e1a75
authored
Aug 17, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情路由
parent
1bdc24d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/order-list/order-list-cell.vue
src/components/order-list/order-list-cell.vue
+1
-1
src/router/index.js
src/router/index.js
+1
-1
No files found.
src/components/order-list/order-list-cell.vue
View file @
3c9e1a75
...
@@ -230,7 +230,7 @@ export default {
...
@@ -230,7 +230,7 @@ export default {
}
}
},
},
viewDetail
(
val
)
{
viewDetail
(
val
)
{
this
.
$router
.
push
(
"
/user/order_detail/
"
+
val
);
this
.
$router
.
push
(
"
/user/order_
list/
detail/
"
+
val
);
},
},
delOrder
()
{
delOrder
()
{
this
.
$api
.
user
this
.
$api
.
user
...
...
src/router/index.js
View file @
3c9e1a75
...
@@ -318,7 +318,7 @@ export default new Router({
...
@@ -318,7 +318,7 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/user/order/order_list
"
),
component
:
()
=>
import
(
"
@/pages/user/order/order_list
"
),
},
},
{
{
path
:
"
/user/order_detail/:id
"
,
// 订单管理页
path
:
"
/user/order_
list/
detail/:id
"
,
// 订单管理页
name
:
"
orderDetail
"
,
name
:
"
orderDetail
"
,
component
:
()
=>
import
(
"
@/pages/user/order/order_detail
"
),
component
:
()
=>
import
(
"
@/pages/user/order/order_detail
"
),
},
},
...
...
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