@@ -50,8 +50,7 @@ export default {
},
{
key: 'nickname',
- name: '昵称',
- width: '140'
+ name: '昵称'
key: 'avatarUrl',
@@ -95,6 +94,11 @@ export default {
type: 'tag',
fetchTagType: val => (val ? 'error' : 'info'),
tagName: row => (row.isLocked ? '是' : '否')
+ },
+ {
+ key: 'createAt',
+ name: '注册时间',
+ width: this.$col.b
}
// {
// key: 'action',