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
83548b3a
"eladmin-system/vscode:/vscode.git/clone" did not exist on "cd85594e48502cfd1b175b97a10e1ac99a1549d7"
Unverified
Commit
83548b3a
authored
Aug 26, 2018
by
linlinjava
Committed by
GitHub
Aug 26, 2018
Browse files
Merge pull request #68 from AloneWeb/fix_20180825
修复: 用户管理性别显示问题
parents
a50998e6
c4e4868c
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/user/user.vue
View file @
83548b3a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<el-table-column
align=
"center"
label=
"性别"
prop=
"gender"
>
<el-table-column
align=
"center"
label=
"性别"
prop=
"gender"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-tag
>
{{
genderDic
[
scope
.
row
.
status
]
}}
</el-tag>
<el-tag
>
{{
genderDic
[
scope
.
row
.
gender
]
}}
</el-tag>
</
template
>
</
template
>
</el-table-column>
</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