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
c4e4868c
Commit
c4e4868c
authored
Aug 25, 2018
by
zongyuanluo
Browse files
修复: 用户管理性别显示问题
parent
a50998e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/user/user.vue
View file @
c4e4868c
...
...
@@ -25,7 +25,7 @@
<el-table-column
align=
"center"
label=
"性别"
prop=
"gender"
>
<template
slot-scope=
"scope"
>
<el-tag
>
{{
genderDic
[
scope
.
row
.
status
]
}}
</el-tag>
<el-tag
>
{{
genderDic
[
scope
.
row
.
gender
]
}}
</el-tag>
</
template
>
</el-table-column>
...
...
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