|
@@ -6,14 +6,14 @@
|
|
|
<div class="d-flex align-center font-size-13">
|
|
|
<div style="color: var(--v-error-base); cursor: pointer; text-decoration: underline;" @click="handleViewRule">
|
|
|
<v-icon size="20" color="error">mdi-help-circle-outline</v-icon>
|
|
|
- 全员猎聘岗位规则说明。
|
|
|
+ 全员猎寻岗位规则说明。
|
|
|
</div>
|
|
|
<div class=" ml-5" style="color: var(--v-error-base);">
|
|
|
- 全员猎聘岗位分配比例:推荐人占比{{ ratio.recommendRate }}% 平台占比{{ ratio.headhuntRate }}% 投递人占比{{ ratio.cvRate }}%
|
|
|
+ 全员猎寻岗位分配比例:推荐人占比{{ ratio.recommendRate }}% 平台占比{{ ratio.headhuntRate }}% 投递人占比{{ ratio.cvRate }}%
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="d-flex">
|
|
|
- 按全员猎聘岗位分配比例计算后的赏金(M豆):
|
|
|
+ 按全员猎寻岗位分配比例计算后的赏金(M豆):
|
|
|
<span class="calculation ml-3">推荐人{{ calculation('hirePrice', 1, true) }}个</span>
|
|
|
<span class="calculation">平台{{ calculation('hirePrice', 0, true) }}个</span>
|
|
|
<span class="calculation">投递人{{ calculation('hirePrice', 2, true) }}个</span>
|
|
@@ -51,7 +51,7 @@
|
|
|
</template>
|
|
|
</CtForm>
|
|
|
|
|
|
- <CtDialog :visible="show" :widthType="1" titleClass="text-h6" title="全员猎聘岗位规则说明" :footer="false" @close="show = false">
|
|
|
+ <CtDialog :visible="show" :widthType="1" titleClass="text-h6" title="全员猎寻岗位规则说明" :footer="false" @close="show = false">
|
|
|
<RulePage />
|
|
|
</CtDialog>
|
|
|
</div>
|