简历增加性别展示
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
ea9c1ca90d
commit
19c25d369e
|
@ -6,6 +6,7 @@
|
||||||
<template v-if="DATA.FirstName && DATA.LastName">
|
<template v-if="DATA.FirstName && DATA.LastName">
|
||||||
<div class="userInfo">
|
<div class="userInfo">
|
||||||
<span>{{ DATA.FirstName }}{{ DATA.LastName }}</span>
|
<span>{{ DATA.FirstName }}{{ DATA.LastName }}</span>
|
||||||
|
<span>{{ $fd('Sex', DATA.Sex) }}</span>
|
||||||
<span v-if="isEN">
|
<span v-if="isEN">
|
||||||
{{
|
{{
|
||||||
Array.isArray(DATA.TitleList) && DATA.TitleList.length > 0
|
Array.isArray(DATA.TitleList) && DATA.TitleList.length > 0
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
? reviewerData.BasicInfoView.BlindName
|
? reviewerData.BasicInfoView.BlindName
|
||||||
: reviewerData.BasicInfoView.BlindNameCN
|
: reviewerData.BasicInfoView.BlindNameCN
|
||||||
}}</span>
|
}}</span>
|
||||||
|
<span>{{ $fd('Sex', reviewerData.BasicInfoView.Sex) }}</span>
|
||||||
<span v-if="isEN">
|
<span v-if="isEN">
|
||||||
{{
|
{{
|
||||||
Array.isArray(reviewerData.BasicInfoView.TitleList) &&
|
Array.isArray(reviewerData.BasicInfoView.TitleList) &&
|
||||||
|
|
Loading…
Reference in New Issue