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