|
|
|
|
@ -192,7 +192,14 @@
|
|
|
|
|
>{{ item }}</a-tag
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: flex">
|
|
|
|
|
<div
|
|
|
|
|
style="
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 26px;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<div class="jobpricehour">
|
|
|
|
|
<!-- <template v-if="jobDetail.hourlyPay"
|
|
|
|
|
><span>{{ jobDetail.hourlyPay }}</span
|
|
|
|
|
@ -209,9 +216,8 @@
|
|
|
|
|
)
|
|
|
|
|
}}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<span style="font-size: 16px"> | </span>
|
|
|
|
|
<div class="jobpricemonth">
|
|
|
|
|
|
|
|
|
|
|
<span>{{ jobDetail.minMonthlyPay }}</span
|
|
|
|
|
>-<span>{{ jobDetail.maxMonthlyPay }}</span
|
|
|
|
|
>元/月
|
|
|
|
|
@ -271,9 +277,7 @@
|
|
|
|
|
<div class="baseInfoContent" v-if="tabchange === 1">
|
|
|
|
|
<div class="pay" id="tip">
|
|
|
|
|
<div class="mb12 mt20">温馨提示</div>
|
|
|
|
|
<div style="white-space: break-spaces">
|
|
|
|
|
{{ jobDetail.sweetTips || "-" }}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="showInfo">{{ jobDetail.sweetTips || "-" }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pay" id="pay">
|
|
|
|
|
<div class="mb12 mt20">薪资待遇</div>
|
|
|
|
|
@ -561,8 +565,8 @@
|
|
|
|
|
</a-descriptions> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="otherInfo" id="other">
|
|
|
|
|
<div class="mb12 mt20">其他说明</div>
|
|
|
|
|
<div style="white-space: break-spaces">
|
|
|
|
|
<div class="mb12 mt20">其他信息</div>
|
|
|
|
|
<div style="white-space: break-spaces; color: #666">
|
|
|
|
|
{{ jobDetail.otherInfo || "-" }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -571,7 +575,6 @@
|
|
|
|
|
<a-anchor-link href="#pay" title="薪资" />
|
|
|
|
|
<a-anchor-link href="#required" title="要求" />
|
|
|
|
|
<a-anchor-link href="#contentspecial" title="岗位" />
|
|
|
|
|
|
|
|
|
|
<a-anchor-link href="#condition" title="食宿" />
|
|
|
|
|
<a-anchor-link href="#other" title="其他" />
|
|
|
|
|
</a-anchor>
|
|
|
|
|
@ -581,9 +584,7 @@
|
|
|
|
|
<div v-else>
|
|
|
|
|
<div class="pay" id="tip">
|
|
|
|
|
<div class="mb12 mt20">代理须知</div>
|
|
|
|
|
<div style="white-space: break-spaces">
|
|
|
|
|
{{ jobDetail.agencyStatement || "-" }}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="showInfo">{{ jobDetail.agencyStatement || "-" }}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<a-descriptions
|
|
|
|
|
bordered
|
|
|
|
|
@ -641,6 +642,7 @@
|
|
|
|
|
<div class="companylocation">
|
|
|
|
|
<h1 class="bottombox"><i>企业位置</i></h1>
|
|
|
|
|
<div class="imgbox">
|
|
|
|
|
<!-- <GDMap/> -->
|
|
|
|
|
<img src="../../assets/map.png" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -659,6 +661,7 @@ import {
|
|
|
|
|
} from "../../utils/commonUtil";
|
|
|
|
|
import recommend from "../../components/FirstJob/components/recommend.vue";
|
|
|
|
|
import { nationlist } from "../../utils/datalist";
|
|
|
|
|
// import GDMap from '../map.vue'
|
|
|
|
|
// import recordbill from "@/components/FirstJob/components/recordbill.vue";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
@ -667,6 +670,7 @@ export default {
|
|
|
|
|
// 局部注册的组件
|
|
|
|
|
components: {
|
|
|
|
|
recommend,
|
|
|
|
|
// GDMap
|
|
|
|
|
// recordbill,
|
|
|
|
|
},
|
|
|
|
|
// 组件参数 接收来自父组件的数据
|
|
|
|
|
@ -1067,7 +1071,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.jobpricemonth {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
// margin-top: 16px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: left;
|
|
|
|
|
@ -1075,8 +1079,8 @@ export default {
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
.jobpricehour {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
// margin-top: 16px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
@ -1084,7 +1088,7 @@ export default {
|
|
|
|
|
span {
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.billbutton {
|
|
|
|
|
@ -1244,7 +1248,8 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#tip {
|
|
|
|
|
#tip,
|
|
|
|
|
#other {
|
|
|
|
|
div:last-child {
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
@ -1255,7 +1260,7 @@ export default {
|
|
|
|
|
.navigation {
|
|
|
|
|
width: 55px !important;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
margin-top: 154px;
|
|
|
|
|
.ant-affix {
|
|
|
|
|
left: calc(50% + 278px) !important; // 手动定位固定位置
|
|
|
|
|
}
|
|
|
|
|
@ -1463,5 +1468,10 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// .right
|
|
|
|
|
.showInfo {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|