Unverified Commit 83548b3a authored by linlinjava's avatar linlinjava Committed by GitHub
Browse files

Merge pull request #68 from AloneWeb/fix_20180825

修复: 用户管理性别显示问题
parents a50998e6 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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment