!169 fix: 修复用户没有岗位,个人中心初始内容不显示

Merge pull request !169 from icaiwei/dev
This commit is contained in:
xingyu
2025-07-09 08:55:32 +00:00
committed by Gitee

View File

@@ -115,7 +115,7 @@ async function handelUpload({
所属岗位
</div>
</template>
{{ profile.posts.map((post) => post.name).join(',') }}
{{ profile.posts && profile.posts.length > 0 ? profile.posts.map(post => post.name).join(',') : '-' }}
</DescriptionsItem>
<DescriptionsItem>
<template #label>