Commit c4e4868c authored by zongyuanluo's avatar zongyuanluo
Browse files

修复: 用户管理性别显示问题

parent a50998e6
...@@ -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>
......
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