fix(core): 统一用户昵称字段名称从 nickName 改为 nick

This commit is contained in:
dubai
2026-01-11 14:04:57 +08:00
parent bd51228293
commit d12769dd29
19 changed files with 31 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ export const columns: VxeGridProps['columns'] = [
},
{
title: '用户昵称',
field: 'nickName',
field: 'nick',
},
{
title: '邮箱',