@if (showProfileSuccess()) { } @if (showPasswordSuccess()) { } @if (showPasswordError()) { } @if (!loading()) {

账户信息

{{ getUserInitial() }}

{{ user()?.name }}

{{ user()?.email }}

{{ getRoleLabel() }} @if (user()?.storeName) { {{ user()?.storeName }} } @if (user()?.department) { {{ user()?.department }} }

编辑资料

修改密码

} @else {
加载中...
}