@@ -518,7 +518,7 @@ export default {
},
/** 性别格式化 */
formatterSex(row) {
- return row.data.sex === 1 ? this.$t('action.man') : row.data.sex === 0 ? this.$t('action.woman') : this.$t('action.unknown')
+ return row.data.sex === 1 ? this.$t('member.man') : row.data.sex === 0 ? this.$t('member.woman') : this.$t('member.unknown')
formatterRole(row) {
if (row.data.founder === 1) {