refactor: ♻️ 用户页面代码优化,使用字典翻译组件

This commit is contained in:
ray
2024-10-31 01:20:41 +08:00
parent ea6feac8ce
commit 7e554a7751
2 changed files with 59 additions and 58 deletions

View File

@@ -257,7 +257,7 @@ export interface UserPageVO {
/** 用户邮箱 */
email?: string;
/** 性别 */
genderLabel?: string;
gender?: number;
/** 用户ID */
id?: number;
/** 手机号 */