Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
2019-10-09 20:31:23 +0800
Commit
059ae22431b45e916a9c4de66719db94e44a2634
1 parent
e8ecd8a0
命名修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/pages/order/order-list/components/order-item.vue
apps/pages/order/order-list/in-sell-order-list.vue
apps/pages/order/order-list/components/order-item.vue
View file @
059ae22
...
...
@@ -48,7 +48,7 @@ export default {
return {
name:
owner === ownType.SELL
? detailRouteNames.SELL_ORDER_DET
IA
L
? detailRouteNames.SELL_ORDER_DET
AI
L
: detailRouteNames.BUY_ORDER_DETAIL,
params: { code: this.order.orderCode, owner }
};
...
...
apps/pages/order/order-list/in-sell-order-list.vue
View file @
059ae22
...
...
@@ -70,7 +70,7 @@ export default {
if (!!code) {
this.$nextTick(() => {
this.$router.push({
name: routeNames.SELL_ORDER_DET
IA
L,
name: routeNames.SELL_ORDER_DET
AI
L,
params: {
owner: ownType.SELL,
code
...
...
Please
register
or
login
to post a comment