commit
40694f3818
|
@ -115,7 +115,7 @@ async function handelUpload({
|
||||||
所属岗位
|
所属岗位
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
{{ profile.posts.map((post) => post.name).join(',') }}
|
{{ profile.posts && profile.posts.length > 0 ? profile.posts.map(post => post.name).join(',') : '-' }}
|
||||||
</DescriptionsItem>
|
</DescriptionsItem>
|
||||||
<DescriptionsItem>
|
<DescriptionsItem>
|
||||||
<template #label>
|
<template #label>
|
||||||
|
|
Loading…
Reference in New Issue