diff --git a/apps/web-antd/src/views/_core/profile/components/account-bind.vue b/apps/web-antd/src/views/_core/profile/components/account-bind.vue index b9176d431..8b29ebe48 100644 --- a/apps/web-antd/src/views/_core/profile/components/account-bind.vue +++ b/apps/web-antd/src/views/_core/profile/components/account-bind.vue @@ -68,7 +68,7 @@ const simpleImage = Empty.PRESENTED_IMAGE_SIMPLE;
- - - +
+ + + +
diff --git a/apps/web-antd/src/views/_core/profile/profile-panel.vue b/apps/web-antd/src/views/_core/profile/profile-panel.vue index fee43a1a3..eba285646 100644 --- a/apps/web-antd/src/views/_core/profile/profile-panel.vue +++ b/apps/web-antd/src/views/_core/profile/profile-panel.vue @@ -49,12 +49,12 @@ const items = computed(() => { }, { content: ( - <> +
{profile.user.deptName ?? '未分配部门'} {profile.postGroup && ( {profile.postGroup} )} - +
), label: '部门', },