竞争力分析超过3个才显示, 简历完成度加入工作经历

This commit is contained in:
2025-11-28 17:49:05 +08:00
parent 983405cabe
commit b53d8196b4
2 changed files with 2 additions and 1 deletions

View File

@@ -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>

View File

@@ -31,6 +31,7 @@ function getResumeCompletionPercentage(resume) {
'status', 'status',
'jobTitleId', 'jobTitleId',
'jobTitle', 'jobTitle',
'workExp'
]; ];
const totalFields = requiredFields.length; const totalFields = requiredFields.length;