Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
180d74e2
Commit
180d74e2
authored
Apr 15, 2019
by
Junling Bu
Browse files
fix[litemall-admin]: 订单详情不能正确显示订单状态
parent
3cb559bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/mall/order.vue
View file @
180d74e2
...
...
@@ -54,9 +54,7 @@
<span>
{{ orderDetail.order.orderSn }}
</span>
</el-form-item>
<el-form-item
label=
"订单状态"
>
<
template
slot-scope=
"scope"
>
<el-tag>
{{
scope
.
order
.
orderStatus
|
orderStatusFilter
}}
</el-tag>
</
template
>
<el-tag>
{{ orderDetail.order.orderStatus | orderStatusFilter }}
</el-tag>
</el-form-item>
<el-form-item
label=
"订单用户"
>
<span>
{{ orderDetail.user.nickname }}
</span>
...
...
Write
Preview
Supports
Markdown
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