mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 17:09:07 +08:00
add desc of position filter
This commit is contained in:
@@ -20,15 +20,21 @@
|
|||||||
<el-card class="config-section">
|
<el-card class="config-section">
|
||||||
<el-form-item prop="filter">
|
<el-form-item prop="filter">
|
||||||
<div font-size-16px>
|
<div font-size-16px>
|
||||||
职位备选筛选条件
|
职位筛选条件
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
effect="light"
|
effect="light"
|
||||||
placement="bottom-start"
|
placement="bottom-start"
|
||||||
@show="gtagRenderer('tooltip_show_about_wrongly_mark_not_suit')"
|
@show="gtagRenderer('tooltip_show_about_wrongly_mark_not_suit')"
|
||||||
>
|
>
|
||||||
<template #content>
|
<template #content>
|
||||||
<ul m0 line-height-1.5em w-400px pl2em>
|
<ul m0 line-height-1.5em w-540px pl2em>
|
||||||
<li>当前求职期望无合适职位时,自动更改Boss直聘页面上的筛选条件,查找新工作</li>
|
<li>
|
||||||
|
这个配置决定了下面列表中会展示哪些职位。查找职位时,会在Boss直聘页面上自动组合下方设置的筛选条件。对应UI:<br />
|
||||||
|
<img h-270px src="../resources/intro-of-job-filter-auto-change.png" />
|
||||||
|
</li>
|
||||||
|
<li color-orange>
|
||||||
|
建议不要筛选过多条件,否则最终组合数会成为一个很大的数字。这将在当前职位中尝试太多筛选条件,不能及时进入下一个职位,且会增加命中风控的概率
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<el-button type="text" font-size-12px
|
<el-button type="text" font-size-12px
|
||||||
@@ -55,9 +61,10 @@
|
|||||||
currentAnyCombineRecommendJobFilterCombinationCount.toLocaleString()
|
currentAnyCombineRecommendJobFilterCombinationCount.toLocaleString()
|
||||||
}}
|
}}
|
||||||
<span
|
<span
|
||||||
v-if="currentAnyCombineRecommendJobFilterCombinationCount >= 20"
|
v-if="currentAnyCombineRecommendJobFilterCombinationCount >= 5"
|
||||||
class="color-orange"
|
class="color-orange"
|
||||||
>不建议选择太多组合条件</span
|
>不建议选择太多组合条件 -
|
||||||
|
否则将在当前职位中尝试太多筛选条件,不能及时进入下一个职位,且会增加命中风控的概率</span
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 793 KiB |
Reference in New Issue
Block a user