竞争力分析超过3个才显示, 简历完成度加入工作经历
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 竞争力分析区域 -->
|
<!-- 竞争力分析区域 -->
|
||||||
<view class="content-card" v-if="dataType !== 2">
|
<view class="content-card" v-if="dataType !== 2 && raderData?.totalApplicants > 2">
|
||||||
<view class="card-title">
|
<view class="card-title">
|
||||||
<text class="title">竞争力分析</text>
|
<text class="title">竞争力分析</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ function getResumeCompletionPercentage(resume) {
|
|||||||
'status',
|
'status',
|
||||||
'jobTitleId',
|
'jobTitleId',
|
||||||
'jobTitle',
|
'jobTitle',
|
||||||
|
'workExp'
|
||||||
];
|
];
|
||||||
|
|
||||||
const totalFields = requiredFields.length;
|
const totalFields = requiredFields.length;
|
||||||
|
|||||||
Reference in New Issue
Block a user