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

This commit is contained in:
zongyuanluo
2018-08-25 16:39:43 +08:00
parent a50998e68f
commit c4e4868c93

View File

@@ -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>