|
|
|
|
@ -515,6 +515,14 @@
|
|
|
|
|
rel="opener"
|
|
|
|
|
>-->
|
|
|
|
|
<div class="jobname">{{ item.jobName }}</div>
|
|
|
|
|
<div class="xmfDiv">
|
|
|
|
|
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/xmf.svg" class="ml4" alt="">
|
|
|
|
|
<span class="f12 ml12" style="color:#646572">江西人海科技有限公司</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<img src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/ysd1.png" style="width: 20px;height: 20px;" alt="">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </router-link> -->
|
|
|
|
|
<div class="jobinfo">
|
|
|
|
|
<span>{{ item.district }}</span>
|
|
|
|
|
@ -532,9 +540,9 @@
|
|
|
|
|
<span v-for="(item1, index) in item.jobSpecialLabelNames" :key="index">{{ item1 }}</span>
|
|
|
|
|
<span v-if="item.jobSpecialLabelNames.length == 0">暂无特色</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="jobpricemonth" v-if="item.minMonthlyPay">
|
|
|
|
|
<!-- :style="{ opacity: item.minMonthlyPay ? '1' : '0' }" -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="jobpricehour" v-html="getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue)"></div>
|
|
|
|
|
<div class="jobpricemonth" v-if="item.minMonthlyPay">
|
|
|
|
|
<template v-if="formvalue.signType != 1">
|
|
|
|
|
<span>{{ item.minMonthlyPay ? item.minMonthlyPay : "" }}</span
|
|
|
|
|
>-<span>{{ item.maxMonthlyPay ? item.maxMonthlyPay : "" }}</span
|
|
|
|
|
@ -546,7 +554,6 @@
|
|
|
|
|
>元/月
|
|
|
|
|
</template>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="jobpricehour" v-html="getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue)"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</span>
|
|
|
|
|
@ -3219,19 +3226,31 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.jobpricemonth {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
.xmfDiv{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
background: #f1faff;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
padding-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
.jobpricehour {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #ff4400;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
// line-height: 24px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
span {
|
|
|
|
|
|